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);
58 void _MMG5_swapNod(
MMG5_pPoint,
double*,
int*,
int,
int,
int);
Structure to store points of a MMG mesh.
Definition: libmmgtypes.h:205
MMG mesh structure.
Definition: libmmgtypes.h:473