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;}
51 typedef struct MeshGraphHash_ {
56 int _SCOTCHintSort2asc1(SCOTCH_Num * sortPartTb,
int vertNbr);
57 int MMG5_kPartBoxCompute(SCOTCH_Graph*,
int,
int, SCOTCH_Num*,
MMG5_pMesh);
MMG mesh structure.
Definition: libmmgtypes.h:552
Structure to store points of a MMG mesh.
Definition: libmmgtypes.h:241
Definition: libmmgtypes.h:610