Skip to content

v5.1.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Algiane Algiane released this 04 Feb 15:37
· 3316 commits to master since this 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.