9 #include "opencarp_types.h"
13 #define SF_COMM MPI_COMM_WORLD
17 using SF_int = opencarp::global_index_t;
23 static_assert(
sizeof(PetscInt) ==
sizeof(opencarp::global_index_t),
24 "PetscInt size must match opencarp::global_index_t");
25 static_assert(
sizeof(PetscReal) ==
sizeof(opencarp::real_t),
26 "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.