From 554439818bc01110246571dbf74ad129c4113652 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Sun, 24 Dec 2023 10:13:04 +0800 Subject: [PATCH] update --- README | 10 +- installer | 54 + src/lib/tetgen.cxx | 355 +- src/lib/tetgen.h | 16 + src/sample/tetcall.cxx | 13 +- src/tool/tetgen.cxx | 355 +- src/tool/tetgen.h | 18 +- v1.6/predicates.cxx | 4710 +++++ v1.6/tetcall.cxx | 198 + v1.6/tetgen.cxx | 36567 +++++++++++++++++++++++++++++++++++++++ v1.6/tetgen.h | 3613 ++++ 11 files changed, 45855 insertions(+), 54 deletions(-) create mode 100755 installer create mode 100644 v1.6/predicates.cxx create mode 100644 v1.6/tetcall.cxx create mode 100644 v1.6/tetgen.cxx create mode 100644 v1.6/tetgen.h diff --git a/README b/README index 4738a07..d5563fe 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is TetGen version 1.6.0 (released on August 31, 2020) +This is TetGen version 1.6.0_1 (released on December 23, 2023) Please see the documentation of TetGen for compiling and using TetGen. It is available at the following link: @@ -21,4 +21,12 @@ For more information on this product, contact : BEFORE INTALLING OR USING TetGen(R) READ the GENERAL LICENSE TERMS AND CONDITIONS +------------------------------------------------------------------- + +------------------- IMPORTANCE NOTICE ----------------------------- + +(1) This version is modified to support outputs of Gmsh .msh file. +(2) Fixed a bug for outputing VTK files when the first node index is zero. +Please send corresponding bugs/comments to Yi Zhang + ------------------------------------------------------------------- \ No newline at end of file diff --git a/installer b/installer new file mode 100755 index 0000000..37a8a08 --- /dev/null +++ b/installer @@ -0,0 +1,54 @@ +#!/bin/bash + +if [[ $# == 0 || ${1} == "help" ]]; then + echo "Compiles executables/libraries and maintains installed files. Two tools 'Cmake' and 'stow' are empolyed here. For more information, see https://cmake.org and https://www.gnu.org/software/stow/." + echo "" + echo "School of Earth Sciences, Zhejiang University" + echo "Yi Zhang (yizhang-geo@zju.edu.cn)" + echo "" + echo "Usage: ./config.sh [option] [Cmake options]" + echo "" + echo "Options:" + echo "(1) configure: Configure Cmake project(s). This option could take extra Cmake options as in