CMakeLists.txt
COPYING.md
MANIFEST.in
README.md
VERSION
pyproject.toml
setup.cfg
setup.py
cmake/FindBlender.cmake
cmake/FindBreathe.cmake
cmake/FindExhale.cmake
cmake/FindSphinx.cmake
cmake/Findpytest.cmake
cmake/GetGitRevisionDescription.cmake
cmake/GetGitRevisionDescription.cmake.in
cmake/Macros.cmake
cmake/VERSION.in
cmake/__init__.py.in
cmake/blenderexec.py.in
cmake/c_flag_overrides.cmake
cmake/cxx_flag_overrides.cmake
cmake/version.cpp.in
docs/CMakeLists.txt
docs/Doxyfile.in
docs/FAQ.md
docs/Makefile
docs/conf.py.in
docs/make.bat
docs/rtd-requirements.txt
docs/src/algorithms.rst
docs/src/blendgamer.rst
docs/src/changelog.rst
docs/src/development.rst
docs/src/faq.rst
docs/src/index.rst
docs/src/install.rst
docs/src/pygamer.rst
docs/src/tutorial.rst
docs/src/_static/theme_overrides.css
docs/src/_templates/autosummary/base.rst
docs/src/_templates/autosummary/class.rst
docs/src/_templates/autosummary/module.rst
docs/src/images/boundarymarking.png
docs/src/images/meshqualityreporting.png
docs/src/images/normalsmooth.png
docs/src/images/surfacemeshconditioning.png
docs/src/images/tetrahedralization.png
docs/src/images/weightedvertexsmooth.png
include/CMakeLists.txt
include/gamer/EigenDiagonalization.h
include/gamer/MarchingCube.h
include/gamer/OsculatingJets.h
include/gamer/PDBReader.h
include/gamer/SurfaceMesh.h
include/gamer/TetMesh.h
include/gamer/Vertex.h
include/gamer/gamer
include/gamer/gamer.h
include/gamer/stringutil.h
include/gamer/tensor.h
include/gamer/version.h
libraries/CMakeLists.txt
libraries/tetgen/CMakeLists.txt
libraries/tetgen/LICENSE
libraries/tetgen/README
libraries/tetgen/example.poly
libraries/tetgen/makefile
libraries/tetgen/predicates.cxx
libraries/tetgen/tetgen.cxx
libraries/tetgen/tetgen.h
pygamer/CMakeLists.txt
pygamer.egg-info/PKG-INFO
pygamer.egg-info/SOURCES.txt
pygamer.egg-info/dependency_links.txt
pygamer.egg-info/not-zip-safe
pygamer.egg-info/requires.txt
pygamer.egg-info/top_level.txt
pygamer/src/SMEdge.cpp
pygamer/src/SMFace.cpp
pygamer/src/SMFunctions.cpp
pygamer/src/SMGlobal.cpp
pygamer/src/SMSimplexID.cpp
pygamer/src/SMVertex.cpp
pygamer/src/SurfaceMesh.cpp
pygamer/src/TMCell.cpp
pygamer/src/TMEdge.cpp
pygamer/src/TMFace.cpp
pygamer/src/TMGlobal.cpp
pygamer/src/TMSimplexID.cpp
pygamer/src/TMVertex.cpp
pygamer/src/TetMesh.cpp
pygamer/src/Vector.cpp
pygamer/src/pygamer.cpp
src/CMakeLists.txt
src/CurvatureCalcs.cpp
src/OBJ_SurfaceMesh.cpp
src/OFF_SurfaceMesh.cpp
src/PDBReader.cpp
src/SurfaceMesh.cpp
src/SurfaceMeshDetail.cpp
src/TetMesh.cpp
src/Vertex.cpp
src/comsol_io.cpp
src/pdb2mesh.cpp
tests/CMakeLists.txt
tests/ObjectTest.py
tests/SurfaceMeshTest.cpp
tests/VertexTest.cpp
tests/main.cpp
tests/scratchtest.cpp
tests/tensorTest.cpp
tests/tetrahedralizationTest.cpp
tools/CMakeLists.txt
tools/blendgamer/__init__.py.in
tools/blendgamer/src/blendgamer.py
tools/blendgamer/src/colormap.py
tools/blendgamer/src/colormap_enums.py
tools/blendgamer/src/curvatures.py
tools/blendgamer/src/markers.py
tools/blendgamer/src/meshstats.py
tools/blendgamer/src/report.py
tools/blendgamer/src/surfacemesh_ops.py
tools/blendgamer/src/tetrahedralization.py
tools/blendgamer/src/ui.py
tools/blendgamer/src/util.py
tools/blendgamer/src/versions.py