Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Go to the source code of this file.
Macros | |
#define | MMG_EXTERN extern |
#define | MMG_ASSIGN_NULL |
Functions | |
FUNCTION_POINTER (double(*MMG5_lenedg)(MMG5_pMesh, MMG5_pSol, int, MMG5_pTetra)) | |
FUNCTION_POINTER (double(*MMG5_caltet)(MMG5_pMesh mesh, MMG5_pSol met, MMG5_pTetra pt)) | |
FUNCTION_POINTER (double(*MMG5_caltri)(MMG5_pMesh mesh, MMG5_pSol met, MMG5_pTria ptt)) | |
FUNCTION_POINTER (int(*MMG3D_defsiz)(MMG5_pMesh, MMG5_pSol)) | |
FUNCTION_POINTER (int(*MMG5_intmet)(MMG5_pMesh, MMG5_pSol, MMG5_int, int8_t, MMG5_int, double)) | |
FUNCTION_POINTER (int(*MMG5_interp4bar)(MMG5_pMesh, MMG5_pSol, MMG5_int, MMG5_int, double *)) | |
FUNCTION_POINTER (int(*MMG5_movintpt)(MMG5_pMesh, MMG5_pSol, MMG3D_pPROctree, int64_t *, int, int)) | |
FUNCTION_POINTER (int(*MMG5_movbdyregpt)(MMG5_pMesh, MMG5_pSol, MMG3D_pPROctree, int64_t *, int, MMG5_int *, int, int, int)) | |
FUNCTION_POINTER (int(*MMG5_movbdyrefpt)(MMG5_pMesh, MMG5_pSol, MMG3D_pPROctree, int64_t *, int, MMG5_int *, int, int)) | |
FUNCTION_POINTER (int(*MMG5_cavity)(MMG5_pMesh, MMG5_pSol, MMG5_int, int, int64_t *, int, double)) | |
FUNCTION_POINTER (int(*MMG3D_PROctreein)(MMG5_pMesh, MMG5_pSol, MMG3D_pPROctree, MMG5_int, double)) | |
FUNCTION_POINTER (int(*MMG3D_resetRef)(MMG5_pMesh)) | |
FUNCTION_POINTER (int(*MMG3D_cuttet)(MMG5_pMesh, MMG5_pSol, MMG5_pSol)) | |
#define MMG_ASSIGN_NULL |
Definition at line 10 of file mmg3dexterns_private.h.
#define MMG_EXTERN extern |
Definition at line 9 of file mmg3dexterns_private.h.
FUNCTION_POINTER | ( | double(*)(MMG5_pMesh mesh, MMG5_pSol met, MMG5_pTetra pt) | MMG5_caltet | ) |
FUNCTION_POINTER | ( | double(*)(MMG5_pMesh mesh, MMG5_pSol met, MMG5_pTria ptt) | MMG5_caltri | ) |
FUNCTION_POINTER | ( | double(*)(MMG5_pMesh, MMG5_pSol, int, MMG5_pTetra) | MMG5_lenedg | ) |
FUNCTION_POINTER | ( | int(*)(MMG5_pMesh, MMG5_pSol, MMG5_pSol) | MMG3D_cuttet | ) |
FUNCTION_POINTER | ( | int(*)(MMG5_pMesh, MMG5_pSol) | MMG3D_defsiz | ) |
FUNCTION_POINTER | ( | int(*)(MMG5_pMesh, MMG5_pSol, MMG3D_pPROctree, MMG5_int, double) | MMG3D_PROctreein | ) |
FUNCTION_POINTER | ( | int(*)(MMG5_pMesh) | MMG3D_resetRef | ) |
FUNCTION_POINTER | ( | int(*)(MMG5_pMesh, MMG5_pSol, MMG5_int, int, int64_t *, int, double) | MMG5_cavity | ) |
FUNCTION_POINTER | ( | int(*)(MMG5_pMesh, MMG5_pSol, MMG5_int, MMG5_int, double *) | MMG5_interp4bar | ) |
FUNCTION_POINTER | ( | int(*)(MMG5_pMesh, MMG5_pSol, MMG5_int, int8_t, MMG5_int, double) | MMG5_intmet | ) |
FUNCTION_POINTER | ( | int(*)(MMG5_pMesh, MMG5_pSol, MMG3D_pPROctree, int64_t *, int, MMG5_int *, int, int) | MMG5_movbdyrefpt | ) |
FUNCTION_POINTER | ( | int(*)(MMG5_pMesh, MMG5_pSol, MMG3D_pPROctree, int64_t *, int, MMG5_int *, int, int, int) | MMG5_movbdyregpt | ) |
FUNCTION_POINTER | ( | int(*)(MMG5_pMesh, MMG5_pSol, MMG3D_pPROctree, int64_t *, int, int) | MMG5_movintpt | ) |