Mmg is an open source software for simplicial remeshing.
It provides 3 applications and 4 libraries:
Because we believe that working together is the better way to improve, our applications are and will remain open-source (LGPL).
Discover the Mmg Platform (please, be patient, it may take a while).
- the mmg2d application and the libmmg2d library: adaptation and optimization of a two-dimensional triangulation and generation of a triangulation from a set of points or from given boundary edges
- the mmgs application and the libmmgs library: adaptation and optimization of a surface triangulation and isovalue discretization
- the mmg3d application and the libmmg3d library: adaptation and optimization of a tetrahedral mesh and implicit domain meshing
- the libmmg library gathering the libmmg2d, libmmgs and libmmg3d libraries
Because we believe that working together is the better way to improve, our applications are and will remain open-source (LGPL).
Discover the Mmg Platform (please, be patient, it may take a while).
|
|
|
|
Mmg 5.5.1 is out!
The 5.5.1 version of Mmg is available. Do not hesitate to download it! Among others, you can now: preserve input references when discretizing an isovalue with mmg (multi-material mode); discretize an isovalue and adapt it over a metric field in one call; remove small parasitic components (bubbles) inside your level-set;…
Total joins the Mmg consortium!
Thank you for supporting our open source software and welcome to our new member.
First public release of ParMmg
The first public release of ParMmg is available on GitHub (https://github.com/MmgTools/ParMmg). It uses distributed memory parallelization (relying on MPI) to adapt 3D volume meshes. For now, it only allows to perform mesh adaptation inside the volume. Thus: the surface mesh is not modified (the -nosurf option of Mmg is enforced);…