A simple Delaunay mesh generator based on the Bowyer-Watson algorithm. I have based my code on the pseudocode present in the Wikipedia page. I have viewed other people's code and I believe this code is simpler and easier to understand the algorithm. This is an incremental algorithm and it is slower than the Divide and conquer method available.
☆16Oct 2, 2020Updated 5 years ago
Alternatives and similar repositories for Delaunay
Users that are interested in Delaunay are comparing it to the libraries listed below
Sorting:
- 2-d vertex based unstructured code for Euler, Navier-Stokes and RANS☆18Jul 9, 2016Updated 9 years ago
- Introduction to Computational Fluid Dynamics at the University of Vermont☆18Jun 16, 2024Updated last year
- Library set based on dynamicRefineFvMesh and the libdynamicfvmesh.so for OpenFOAM to allow 2D AMR