Go to the documentation of this file.
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);
Definition: libmmgtypes.h:563
! int tmp
Definition: libmmgtypesf.h:259
int np
Definition: libmmgtypes.h:516
MMG5_pMesh * mesh
Definition: API_functionsf_3d.c:65
#define MMG5_ADD_MEM(mesh, size, message, law)
Definition: mmgcommon.h:275
Structure to store points of a MMG mesh.
Definition: libmmgtypes.h:214
! int s
Definition: libmmgtypesf.h:262
char imprim
Definition: libmmgtypes.h:453
int(* MMG5_chkmsh)(MMG5_pMesh, int, int)
Definition: mmgexterns.c:27
#define MMG5_BOXSIZE
Definition: mmgcommon.h:70
int renum
Definition: libmmgtypes.h:449
MMG mesh structure.
Definition: libmmgtypes.h:509
MMG5_Info info
Definition: libmmgtypes.h:552
int MMG5_scotchCall(MMG5_pMesh mesh, MMG5_pSol met)
Definition: librnbg.c:192
#define MMG5_SAFE_CALLOC(ptr, size, type, law)
Definition: mmgcommon.h:289
#define MMG5_DEL_MEM(mesh, ptr)
Definition: mmgcommon.h:266
char ddebug
Definition: libmmgtypes.h:453
header file for the librnbg.c librnbg_s.c librnbg_3d.c files