24 #include "opencarp_types.h"
28 #define SF_COMM MPI_COMM_WORLD
32 using SF_int = opencarp::global_index_t;
38 static_assert(
sizeof(PetscInt) ==
sizeof(opencarp::global_index_t),
39 "PetscInt size must match opencarp::global_index_t");
40 static_assert(
sizeof(PetscReal) ==
sizeof(opencarp::real_t),
41 "PetscReal size must match opencarp::real_t");
opencarp::real_t SF_real
Global scalar type.
opencarp::global_index_t SF_int
Global algebraic index type.