Skip to content

Commit

Permalink
Merge branch 'release/5.1.0-beta1'
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Algiane committed Feb 4, 2016
2 parents a36850f + d71f2c3 commit eea3e9c
Show file tree
Hide file tree
Showing 253 changed files with 797,748 additions and 10,211 deletions.
13 changes: 9 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ doc/doxygen/man

lib

libexamples/mmg3d/example0/example0_a/mesh.*
libexamples/mmg3d/example0/example0_b/mesh.*
libexamples/mmg3d/example1/result0.*
libexamples/mmg3d/example2/2spheres_*
libexamples/*/*/mainTESTADJA.c
libexamples/*/*/*/mesh.*
libexamples/*/*/result0.*
libexamples/*/*/2spheres_*
libexamples/*/*/*.o*
libexamples/*/*/mesh.*
libexamples/*/*/cube.3d.*
libexamples/*/*/cube.s.*
libexamples/*/*/result.*

ci_tests

Expand Down
Loading

0 comments on commit eea3e9c

Please sign in to comment.