41#define STRINGIFY(x) #x
42#define TOSTRING(x) STRINGIFY(x)
44#define SCOTCH_5 (!strcmp(TOSTRING(SCOTCH_VERSION),"5.0") || \
45 !strcmp(TOSTRING(SCOTCH_VERSION),"5.1") || !strcmp(TOSTRING(SCOTCH_VERSION),"5"))
47#define SCOTCH_6 !strcmp(TOSTRING(SCOTCH_VERSION),"6")
49#define CHECK_SCOTCH(t,m,e) if(0!=t){perror(m);return e;}
51typedef struct MeshGraphHash_ {
56int _SCOTCHintSort2asc1(SCOTCH_Num * sortPartTb,
int vertNbr);
57int MMG5_kPartBoxCompute(SCOTCH_Graph*,
int,
int, SCOTCH_Num*,
MMG5_pMesh);
MMG mesh structure.
Definition: libmmgtypes.h:575
Structure to store points of a MMG mesh.
Definition: libmmgtypes.h:252
Definition: libmmgtypes.h:633