TetGen

A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator


(What does this figure mean?)
Research Group Numerical Mathematics and Scientific Computing
Weierstrass Institute for Applied Analysis and Stochastics (WIAS)
Mohrenstr. 39, 10117 Berlin, Germany


Introduction | Download | Documentation | Reference | Acknowledgment | FAQ |

Introduction

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. The following pictures respectively illustrate a 3D polyhedral domain (left), a boundary conforming Delaunay tetrahedral mesh (middle), and its dual - a Voronoi partition (right).


TetGen provides various features to generate good quality and adaptive tetrahedral meshes suitable for numerical methods, such as finite element or finite volume methods. For more information of TetGen, please take a look at a list of features.

TetGen is written in C++. It can be compiled into either a standalone program invoked from command-line or a library for linking with other programs. All major operating systems, e.g. Unix/Linux, MacOS, Windows, etc, are supported.

Download

TetGen (version 1.6.0, released on August 31, 2020) is available as a .zip file (273k) or as a .tar.gz file (274k). The downloaded package includes the C++ source code of TetGen, a README file, a LINCESE file, a makefile for compling, and an example file for testing.

Download TetGen version 1.6

Documentation

Reference

  • A technical paper about TetGen is available at
    Hang Si. 2015. "TetGen, a Delaunay-Based Quality Tetrahedral Mesh Generator". ACM Trans. on Mathematical Software. 41 (2), Article 11 (February 2015), 36 pages. DOI=10.1145/2629697 http://doi.acm.org/10.1145/2629697
  • The full list of reference of TetGen is available from here.

FAQ


The development of TetGen is executed at the Weierstrass Institute for Applied Analysis and Stochastics in the research group of Numerical Mathematics and Scientific Computing. The Pdelib project develops a collection of software components for solving non-linear partial differential equations including 2D and 3D mesh generators, (parallel) sparse matrix solvers, and scientific visualization tools, etc.