Go to file
2021-08-03 10:40:23 +08:00
src initial upload 2021-08-03 10:21:01 +08:00
.gitignore initial upload 2021-08-03 10:21:01 +08:00
CMakeLists.txt initial upload 2021-08-03 10:21:01 +08:00
config.sh initial upload 2021-08-03 10:21:01 +08:00
LICENSE initial upload 2021-08-03 10:21:01 +08:00
README update readme 2021-08-03 10:40:23 +08:00
tetgen_manual.pdf initial upload 2021-08-03 10:21:01 +08:00

This is TetGen version 1.5.1 (released on August, 2018)

Please see the documentation of TetGen for compiling and using TetGen.
It is available at the following link:

            http://www.tetgen.org

For more information on this product, contact :

  Hang Si
  Research Group of Numerical Mathematics and Scientific Computing
  Weierstrass Institute for Applied Analysis and Stochastics
  Mohrenstr. 39
  10117 Berlin, Germany

 Phone: +49 (0) 30-20372-446   Fax: +49 (0) 30-2044975
 EMail: <si@wias-berlin.de>
 Web Site: http://www.wias-berlin.de/~si

------------------- IMPORTANCE NOTICE -----------------------------

BEFORE INTALLING OR USING TetGen(R) READ the 
GENERAL LICENSE TERMS AND CONDITIONS

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

This package is organized and distributed by Dr. Yi Zhang.
It is distributed under the TetGen License

Phone: +86 180-7279-5431
E-mail: zhangyiss@icloud.com
Address: Yuquan Campus, Zhejiang University, 
          38 Zheda Road, Hangzhou 310027, China

Installation

We use the CMake program to compile and install the package, and 
the Stow program to create symlinks to the target directory.

1. Install CMake and Stow
2. ./config.sh configure
3. ./config.sh install

This will install the tetgen package into the /opt/stow/tetgen directory. 
Symlinks are created in the /usr/local directory according to the sub-directories 
of the installed package. Directories of the installation and target directories 
could be changed by editing the config.sh file.

------------------- IMPORTANCE NOTICE -----------------------------

Note that source files in the lib/ and tool/ directories are identical 
to each other except that the tetgen.h file in the lib/ directory has 
the TETLIBRARY macro defined.

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