A multiphysics framework with robust mesh generation capabilities
-
Updated
Feb 9, 2025 - C++
A multiphysics framework with robust mesh generation capabilities
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.
Add a description, image, and links to the triangular-meshing topic page so that developers can more easily learn about it.
To associate your repository with the triangular-meshing topic, visit your repo's landing page and select "manage topics."