A simple two-dimensional mesh generator with triangular and quadrilateral elements in C++
-
Updated
Sep 21, 2024 - C++
A simple two-dimensional mesh generator with triangular and quadrilateral elements in C++
Triangular mesh generator in C
2D triangular mesh generated by advancing front method.
This is a Python module wrapping the Advancing Front Surface Reconstruction algorithm from CGAL by using Ctypes. Obtain triangulated surfaces defined as numpy arrays.
Add a description, image, and links to the advancing-front topic page so that developers can more easily learn about it.
To associate your repository with the advancing-front topic, visit your repo's landing page and select "manage topics."