Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
adaptation_example1 Directory Reference
Directory dependency graph for adaptation_example1:
libexamples/mmg3d/adaptation_example1

Files

 
main.c

Detailed Description

#Example to move from mmg3d4 library to mmg3d5 library

  • the main.cold correspond to a mmg3d4 library call;
  • the main.c is the same code but with a call to the new mmg3d library (5.x.x release).

It is strongly advised to use the mmg3d5 API functions instead of hard setting your mesh as it was required by the mmg3d4 library.

Remarks:

  • You will find the same example (with additionnal boundary triangles) in the example0 directory;
  • please, refer to the example0 directory to have an example of "clean" call of the new mmg3d library and to see how to build the example executable.