Corentin Prigent

Results 11 issues of Corentin Prigent

This update changes how edge tags are initialized during pattern splits. Newly created edges in faces of original tetrahedra now receive tags from this face (except MG_REF tags). Tags of...

If both parallel nodes and parallel faces are provided, only parallel faces are kept for building communicators, regardless of order of data in input files.

kind: bug
part: I/O
part: parmmg

This update allows for the presence of extra internal triangles in the input mesh. Mesh packing would lead to incorrect triangle indices in the internal communicators.

kind: bug
part: I/O
part: parmmg

2D mesh generation is comprised of two steps: 1. Insertion of all points given by the user, using Delaunay method, regardless of any user-provided edges. 2. Verification that all user-provided...

This update removes the option `-nofem` and adds a new option `-fem` which takes an integer as a parameter: - `-fem 0` mimics the exact behaviour of `-nofem`. - `-fem...

This updates fixes function `MMG2D_cutEdge`, where the computation of relative position of points with respect to a triangle was not properly computed. Thanks to Maya Kraft for pointing out the...

Reverts MmgTools/mmg#287, as it creates unwanted configurations in mmg3d.

PR over master branch to display new front page of Github repo.