Skip to content

Releases: MmgTools/mmg

v5.1.0-beta1

04 Feb 15:37
Compare
Choose a tag to compare
v5.1.0-beta1 Pre-release
Pre-release

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 don't print anything now.

v5.0.3

27 Oct 20:54
Compare
Choose a tag to compare

Save metric when -ls option is used

v5.0.2

15 Oct 09:03
Compare
Choose a tag to compare
  • Change the location of header file installation ('include/mmg/mmg3d' instead of 'include' directory).
  • Thanks to P. Saramito: Now the library has a suitable 'soname'.
  • Add contacts information to the AUTHORS file.
  • Cleaner way to list header files.
  • Add man pages + add info on memory usage and scotch rembering for the -val option.