#include <stdint.h>
#include <stdarg.h>
#include <stddef.h>
Go to the source code of this file.
◆ MG_ISO
Implicite domain ref in iso mode
◆ MMG5_ARG_end
To end a list of variadic argument (mandatory last argument for all our variadic functions)
◆ MMG5_ARG_pDisp
MMG5_pSol structure storing a displacement field
◆ MMG5_ARG_pMesh
◆ MMG5_ARG_pMet
MMG5_pSol structure storing a metric field
◆ MMG5_ARG_ppDisp
#define MMG5_ARG_ppDisp 5 |
Pointer toward a MMG5_pSol structure storing a displacement (for structure allocations purposes)
◆ MMG5_ARG_ppLs
Pointer toward a MMG5_pSol structure storing a level-set (for structure allocations purposes)
◆ MMG5_ARG_ppMesh
#define MMG5_ARG_ppMesh 2 |
Pointer toward a MMG5_pMesh structure (for structure allocations purposes)
◆ MMG5_ARG_ppMet
Pointer toward a MMG5_pSol structure storing a metric (for structure allocations purposes)
◆ MMG5_ARG_ppSols
#define MMG5_ARG_ppSols 6 |
Pointer toward an array of MMG5_Sol structures storing a list of solutions allocations purposes)
◆ MMG5_ARG_start
To begin a list of variadic arguments (mandatory first arg for all our variadic functions)
◆ MMG5_LOWFAILURE
#define MMG5_LOWFAILURE 1 |
Return value if the remesh process failed but we can save a conform mesh.
◆ MMG5_NSOLS_MAX
#define MMG5_NSOLS_MAX 100 |
Maximal number of solutions per entity
◆ MMG5_STRONGFAILURE
#define MMG5_STRONGFAILURE 2 |
Return value if the remesh process failed and the mesh is non-conform.
◆ MMG5_SUCCESS
Types
Return value for success.
◆ MMG5_pEdge
◆ MMG5_pMat
◆ MMG5_pMesh
◆ MMG5_pPar
◆ MMG5_pPoint
◆ MMG5_pPrism
◆ MMG5_pQuad
◆ MMG5_pSol
◆ MMG5_pTetra
◆ MMG5_pTria
◆ MMG5_pxPoint
◆ MMG5_pxPrism
◆ MMG5_pxTetra
◆ MMG5_entities
Type of mesh entities.
Enumerator |
---|
MMG5_Noentity | Undefined type (unusable)
|
MMG5_Vertex | Vertex entity
|
MMG5_Edg | Edge entity
|
MMG5_Triangle | Triangle entity
|
MMG5_Tetrahedron | Tetra entity
|
◆ MMG5_type
Type of solutions.
Enumerator |
---|
MMG5_Notype | Undefined type (unusable)
|
MMG5_Scalar | Scalar solution
|
MMG5_Vector | Vectorial solution
|
MMG5_Tensor | Tensorial solution
|