TetGen
A Quality Tetrahedral Mesh Generator and 3D Delaunay Triangulator
Version 1.3.4 (Released on June 17, 2005).

Copyright 2002, 2004, 2005  Hang Si
Rathausstr. 9, 10178 Berlin, Germany
si@wias-berlin.de

TetGen generates exact Delaunay tetrahedralizations, exact constrained
Delaunay tetrahedralizations, and quality tetrahedral meshes.

------------------------------------------------------------------------------
The distributed version of TetGen includes the following files:

  README               This file.
  LICENSE              Copyright notices.
  tetgen.h             Header file of the TetGen library.
  tetgen.cxx           C++ source code of the TetGen library.
  predicates.cxx       C++ source code of the geometric predicates.
  makefile             Makefile for compiling TetGen.
  manual.pdf           User's manual.
  example.poly         A sample data file.

TetGen should run on all 32-bit and 64-bit computers.  Use an ANSI C++
compiler to compile the program.  

The easiest way to compile it is to edit and use the included
makefile.  Before compiling, read the makefile, which describes the
options, and edit it accordingly.  You should specify:

  - the C++ compiler, and
  - the level of optimization.

Once you've done this, type "make" to compile the program.

After compiling, type "tetgen -h" for a brief introduction into
TetGen.  The included user's manual contains documentation and
examples. Alternatively, the online manual includes a comprehensive
documentation for using TetGen and more examples, please see:

            http://tetgen.berlios.de/index.html

------------------------------------------------------------------------------

The development of TetGen is supported by the pdelib project of
Weierstrass Institute for Applied Analysis and Stochastics.  Pdelib is
a collection of software components for solving non-linear partial
differential equations including 2D and 3D mesh generators, sparse
matrix solvers, and scientific visualization tools, etc. For further
informations, see the following link:

            http://www.wias-berlin.de/software/pdelib 

------------------------------------------------------------------------------

TetGen may be freely copied, modified, and redistributed under the
following copyright notices stated in the file LICENSE.

Please send bugs/comments to Hang Si <si@wias-berlin.de>

Hang Si
June, 2005
