Mmg 5.1.0-beta3 is out!!!

After a first  period of stabilization and tests, we have the pleasure to announce you that the 5.1.0-beta3 beta release of the MMG platform is available.

Mmg is an open source software that provides applications for simplicial mesh modifications.

You can download prebuild binaries for Mac OS X and Linux here !

 

How to get Mmg:

=============

Mmg can be freely downloaded, under the terms of the LGPL licence. Please refer to the Mmg web page.

 

Site: http://www.mmgtools.org

Binaries download: http://www.mmgtools.org/mmg-remesher-downloads/

Sources: https://github.com/MmgTools/mmg

 

Changelog:

=========

Release/5.1.0-beta1′

This release adds :

  • the mmg2d application and library (for bidimensional mesh generation and isotropic/anisotropic mesh adaptation);

  • the anisotropic mesh adaptation for mmg3d and mmgs;

  • the mmgs library (API + mmgslib function);

  • the mmg3dls library function corresponding to the -ls option of mmg3d (allow to discretize an implicit surface);

  • manpages for the mmg2d, mmgs and mmg3d application (available in the doc/man directory);

It modifies the mmg3d library API:

  • the API functions are now prefixed by MMG3D instead of MMG5;

  • the ‘MMG3D_Init_mesh’ and ‘MMG3D_Free_all’ functions takes now a variable number of arguments. Please, refers to The documentation to see how to call it;

  • the ‘MMG5_loadMesh/saveMesh’ functions are replaced by the ‘MMG3D_loadMesh/saveMesh’ ones that takes an additional parameter: the input our output name of the mesh file;

  • the ‘MMG5_loadMet/saveMet’ functions are replaced by the ‘MMG3D_loadSol/saveSol’ ones that takes an additional parameter: the metric file name.

It modifies the 0 verbosity that print very very few informations now.

Comments are closed.