Skip to content

Releases: MmgTools/mmg

v5.3.5

08 Nov 10:52
Compare
Choose a tag to compare

Patch an error in the MMG3D_Set_tetrahedron API function when a tetrahedron is provided with a wrong orientation.

v5.3.4

30 Oct 09:28
Compare
Choose a tag to compare

Fix an error in the edge count since the previous hotfix (for meshes with required edges between triangles with same reference).

v5.3.3

27 Oct 09:47
Compare
Choose a tag to compare

Patch error in mmg2d packing: we were loosing the edges ref between 2 different domains.

v5.3.2

24 Oct 14:27
Compare
Choose a tag to compare

Add retrocompatibility for CMake versions between 2.8.0 and 2.8.12.

v5.3.0

09 Oct 16:27
Compare
Choose a tag to compare

This release improves:

  • the plateform tree (the bin, lib and include directories are now created inside the build directory (and not in the ../build directory))
  • the mmg3d algorithm for mesh adaptation (better convergency and edge lengths closest to 1)
  • the software behaviour in case of failure (warnings/error messages are printed only 1 time and there is no more exits in the code)
  • the mmg2d software that now uses the same structure than mmgs and mmg3d

It adds:

  • the -hsiz option for mmg2d/s/3d (that allows to generate a uniform mesh of size )
  • the -nosurf option for mmg2d (that allows to not modify the mesh boundaries)
  • the -opnbdy option for mmg3d (that allow to preserve an open boundary inside a volume mesh)
  • the possibility to provide meshes containing prisms to mmg3d (the prisms entities are preserved while the tetra ones are modified)

v5.2.6

13 Jul 10:28
Compare
Choose a tag to compare

Patch error in MMG2D_Get_triFromEdge fonction due to the fact that the edges are not packed.

v5.2.5

02 May 10:27
Compare
Choose a tag to compare
  • Bug correction in -optim option (without hmin/hmax specification).

  • Add VERY_SHORT_TESTS cmake option to be able to test if the mmg applications and library are able to run simple tests (without downloading the ci tests of Mmg).

v5.2.4

22 Mar 14:20
Compare
Choose a tag to compare

Rename the quad field of the mesh structure to avoid errors due to the preprocessor redefinition of the 'quad' word with cygwin on Windows.

v5.2.3

16 Mar 16:35
Compare
Choose a tag to compare

Remove livelock in the scotch renumbering due to a wrong macro usage during the detection of the scotch version.

v5.2.2

02 Mar 08:40
Compare
Choose a tag to compare

Fix errors on windows OS:

  • in the reading of gmsh file format
  • in the CTest configuration
  • remove unused file using complex types
  • in the octree (memory allocation)

Fix error in surfacic metric intersections.

Fix error in preprocessor commands when the SCOTCH_VERSION variable is a floating number.

Add jenkinsfile for pipeline builds in a Docker container (thanks to D. Sherman pull request).