A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator
TetGen is a program to generate tetrahedral meshes of any 3D polyhedral domains. TetGen generates exact constrained Delaunay tetrahedralizations, boundary conforming Delaunay meshes, and Voronoi partitions.
TetGen is a program to generate tetrahedral meshes of any 3D polyhedral domains. TetGen generates exact constrained Delaunay tetrahedralizations, boundary conforming Delaunay meshes, and Voronoi partitions.
To install tetgen, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tetgen
To see what files were installed by tetgen, run:
port contents tetgen
To later upgrade tetgen, run:
sudo port selfupdate && sudo port upgrade tetgen
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.