Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
Data Structures
Here are the data structures with brief descriptions:
 CMMG3D_PROctree
 CMMG3D_PROctree_s
 CMMG5_Bezier
 CMMG5_EdgeStructure to store edges of am MMG mesh
 CMMG5_HashIdentic as MMG5_HGeom but use MMG5_hedge to store edges instead of MMG5_hgeom (memory economy)
 CMMG5_hedgeUsed to hash edges (memory economy compared to MMG5_hgeom)
 CMMG5_hgeomCell of the hash table of geometric edges
 CMMG5_HGeomHash table to store geometric edges
 CMMG5_InfoStructure to store input parameters of the job
 CMMG5_iNodeCell for linked list of integer value
 CMMG5_iNode_s
 CMMG5_InvMatTo store lookup table for references in the mesh (useful in LS mode)
 CMMG5_MatTo store user-defined references in the mesh (useful in LS mode)
 CMMG5_MeshMMG mesh structure
 CMMG5_ParLocal parameters for a specific entity and reference
 CMMG5_PointStructure to store vertices of an MMG mesh
 CMMG5_PrismStructure to store prsim of a MMG mesh
 CMMG5_QuadStructure to store quadrangles of an MMG mesh
 CMMG5_solMMG Solution structure (for solution or metric)
 CMMG5_Sol
 CMMG5_TetraStructure to store tetrahedra of an MMG mesh
 CMMG5_TriaStructure to store triangles of a MMG mesh
 CMMG5_xPointStructure to store surface vertices of an MMG mesh
 CMMG5_xPrismStructure to store the surface prism of a MMG mesh
 CMMG5_xTetraStructure to store additional information for the surface tetrahedra of an MMG mesh
 CmytimeChrono object