In a nutshell
- Robustification and bug fixes (remove erroneous tags and
coquilFace
errors) - Improved documentation
What's Changed in detail
- Add test of mmg installation to ci. by @Algiane in #195
- Feature/assert bdy by @coprigent in #203
- Feature/ls vtk input by @laetitia-m in #202
- Feature/vtk fixes by @Algiane in #196
- Non manifold surface does not lead to an error anymore : warning instead by @coprigent in #205
- Feature/input param file by @laetitia-m in #206
- Feature/xreg2 by @coprigent in #207
- Feature/output pvtu parmmg by @laetitia-m in #210
- Feature/ls checkmaniball parmmg by @laetitia-m in #208
- Feature/parser refactoring by @Algiane in #211
- Feature/fix missing bdy ppt tag for parmmg+ls by @Algiane in #212
- Fix function MMG3D_split5_sim by @coprigent in #213
- Feature/fix sol name by @Algiane in #215
- Fast fix of unefficiency or the setVertexNmTag function visible only … by @Algiane in #216
- Feature/fix boulernm efficiency by @Algiane in #217
- Feature/pmmg issue97 by @Algiane in #219
- Feature/fix non0 ls splitting by @Algiane in #221
- Feature/pmmg issue97 by @Algiane in #222
- Wrap splits functions - for ParMmg convenience by @laetitia-m in #225
- Fix bug ci test 12 in ParMmg + improve consistencies of functions by @laetitia-m in #226
- Feature/fix coquilface by @coprigent in #227
- Feature/fix incomplete check by @Algiane in #228
- Fix possibly invalid pointer by @Algiane in #231
- Feature/fix edge length in parmmg by @Algiane in #232
- Add the ParMmg VTK components requirement if Mmg is built with -DPMMG_CALL arg by @Algiane in #233
- Modification of the settag function by @Algiane in #235
- Split internal edges connecting bdy points (mmg3d lag). by @Algiane in #236
- Fix CoquilFace warning by @coprigent in #234
- Fix tags on parallel interface when in LS discretization mode - for ParMmg by @laetitia-m in #239
- Do the metric interpolation using directly the global nodes index of the edge instead of the tetra index by @laetitia-m in #242
- Trigger github actions at PR creation by @coprigent in #243
- Develop by @mpotse in #245
- Modified max numbers of entities by @coprigent in #246
- Fixes in the API documentation by @mpotse in #250
- Develop by @mpotse in #251
- Develop by @mpotse in #252
- API Documentation fixes mainly in libmmgs.h, and a workaround for a Doxygen problem by @mpotse in #253
- Make the API documentation easier to find by @mpotse in #254
- Modification of integer initialization to INT/LONG_MAX by @Algiane in #247
- Fixed minor warning related to integer types by @coprigent in #255
- 64-bit integers and CI tests by @coprigent in #244
- Update edge tags in splits by @coprigent in #241
- various bits of documentation by @mpotse in #256
- Feature/code coverage by @Algiane in #258
- avoid exits from MMG5_coltet() by @mpotse in #257
- Refactoring MMG5_chkBdryTria by @coprigent in #259
- Create a dedicated job for coverage submission to codecov by @Algiane in #262
- Feature/bdy edge interp by @Algiane in #237
- Only find dependency when required by @jcortial-safran in #267
- Avoid switching 2nd and 3rd triangle vertices by @jcortial-safran in #266
- Ignore MG_OLDPARBDY tag in MMG5_coltet and MMG5_coltetlag by @coprigent in #272
- use fgets() results when reading .mesh files, plus language fixes by @mpotse in #271
- Feature/required vertices preservation by @Algiane in #273
- Modification of tag transmission from edges to faces in analysis by @coprigent in #277
- Ensure that required triangles are preserved by @laetitia-m in #274
- Feature/update gfortran version by @Algiane in #279
- Change tag type (int -> uint) and add the tag MG_OVERLAP (for ParMmg) by @laetitia-m in #280
- Fix wrong integer conversion when computing xpmax in norver function by @Algiane in #281
- Feature/fix build gettagname by @Algiane in #282
- Fix storage of tags in
MMG5_swap23
by @coprigent in #283 - Remove compatibility with old cmake (<3.5). by @Algiane in #284
- Feature/fix vtk install deadlock in ci by @Algiane in #286
- Fix another issue with wrong edge tag update in
swap23
. by @Algiane in #285 - Solve issue when inserting a point along a non-manifold edge with 2 singular extremities by @Algiane in #287
New Contributors
- @laetitia-m made their first contribution in #202
- @mpotse made their first contribution in #245
Full Changelog: v5.7.3...v5.8.0