update to v1.6

This commit is contained in:
2021-11-02 09:36:25 +08:00
parent 6c27405c79
commit 212df7eb0c
12 changed files with 24015 additions and 15553 deletions

33
README
View File

@@ -1,4 +1,4 @@
This is TetGen version 1.5.1 (released on August, 2018)
This is TetGen version 1.6.0 (released on August 31, 2020)
Please see the documentation of TetGen for compiling and using TetGen.
It is available at the following link:
@@ -13,7 +13,6 @@ For more information on this product, contact :
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
@@ -22,34 +21,4 @@ For more information on this product, contact :
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.
-------------------------------------------------------------------