mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
9c1738fcc7
PR: 170156 Submitted by: Ports Fury
13 lines
741 B
Plaintext
13 lines
741 B
Plaintext
TetGen is a program for generating tetrahedral meshes for arbitrary 3D
|
|
domains. The main purpose of TetGen is to create high-quality tetrahedral
|
|
meshes for solving partial differential equations using finite element
|
|
and finite volume methods. This program, based on Delaunay methods,
|
|
currently generates meshes including exact constrained Delaunay
|
|
tetrahedralizations and quality (conforming Delaunay) meshes. For a 3D
|
|
point set, it generates its exact Delaunay tetrahedralization and convex
|
|
hull as well. The program is written in ANSI C++. It is highly portable,
|
|
it should be very easy to compile and run on all major computer systems.
|
|
It can be also used as a library embedded into other applications.
|
|
|
|
WWW: http://tetgen.org/
|