Skip to content

Fixing non-deterministic behavior in 3D Delaunay algorithm by defining the...

Wendy Merks-Swolfs requested to merge NonDeterministicBehaviourDelaunay into master

Fixing non-deterministic behavior in 3D Delaunay algorithm by defining the ordering in the set containing the embedded edges, as otherwise the order to recover these edges will be different all the time, resulting in different meshes.

Merge request reports