Algiane Froehly
Algiane Froehly
Mesh adaptation from an input metric far from the input mesh size at required points leads to: - quality degeneration along required edges / triangles (points are OK) - very...
Propagation of metric at required points: - if prescribed size at required point is larger than the neighbouring size, we have to increase the size at neighbouring point - if...
Try to not compute / modify the metric associated to geometric approximation for `MG_PARBDY` points (points along partition interfaces in ParMmg). On such points: - we want to preserve sizes...
Commit f57b861966 adds an assertion on the fact that at least one of the projections of the 2 normals at a ridge point onto the normal at triangle is positive....
Idempotence of Mmg algo (that is, Mmg doesn't change the mesh if it is already a computational mesh and if it is suitable in term of edge lengths and qualities)...
Allocation of parmesh->ext_node_comm at size nprocs everywhere. The memory cost should be neglectible even if the number of used communicators ( parmesh->next_node_comm) is
Checks have to be disabled in both projects. See [Mmg issue 181](https://github.com/MmgTools/mmg/issues/181).
Output mesh contains spurious required tags along interfaces of last partitions if mesh is adapted using `-nosurf` option.
For now the input metric is gradated inside each partition by Mmg. This very rough evaluation should be replaced by a real gradation of the input metric through partitions. Then...
Documentation (wiki) for: - [ ] communicators - [ ] existing test cases - [ ] compilation (with mmg ON) Images and old documentation can be copied and updated from...