.gitattributes
.gitignore
CITATION.cff
LICENSE.md
README.md
program.prof
pyproject.toml
.github/workflows/documentation.yml
.github/workflows/release.yml
docs/README.md
docs/source/api.rst
docs/source/conf.py
docs/source/dev.rst
docs/source/guide.rst
docs/source/index.rst
docs/source/references.bib
docs/source/theory.rst
docs/source/_static/mymesh_logo.png
docs/source/_static/mymesh_logo.svg
docs/source/_static/css/mymesh.css
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/module.rst
docs/source/dev/CHANGELOG.md
docs/source/dev/dev_guide.rst
docs/source/guide/connectivity.rst
docs/source/guide/csg.rst
docs/source/guide/elem_types.rst
docs/source/guide/getting_started.rst
docs/source/guide/image_meshing.rst
docs/source/guide/implicit_meshing.rst
docs/source/guide/installation.rst
docs/source/guide/io.rst
docs/source/guide/matlab.rst
docs/source/guide/mesh_class.rst
docs/source/guide/ref.rst
docs/source/guide/what_mesh.rst
docs/source/submodules/mymesh.demo_image.rst
docs/source/submodules/mymesh.demo_mesh.rst
docs/source/theory/contour.rst
docs/source/theory/curvature.rst
docs/source/theory/delaunay.rst
docs/source/theory/edgecontract.rst
docs/source/theory/flips23.rst
docs/source/theory/implicit.rst
docs/source/theory/improvement.rst
docs/source/theory/laplaciansmooth.rst
docs/source/theory/octree.rst
docs/source/theory/rays.rst
docs/source/theory/springsmooth.rst
examples/GALLERY_HEADER.rst
examples/MeshAnalysis/GALLERY_HEADER.rst
examples/MeshAnalysis/demo_curvature.py
examples/MeshGeneration/GALLERY_HEADER.rst
examples/MeshGeneration/demo_heart.py
examples/MeshGeneration/demo_mixed-top.py
examples/MeshGeneration/demo_pasta.py
resources/mymesh_logo.png
resources/mymesh_logo.svg
src/mymesh/__init__.py
src/mymesh/booleans.py
src/mymesh/contour.py
src/mymesh/converter.py
src/mymesh/curvature.py
src/mymesh/delaunay.py
src/mymesh/image.py
src/mymesh/implicit.py
src/mymesh/improvement.py
src/mymesh/mesh.py
src/mymesh/primitives.py
src/mymesh/quality.py
src/mymesh/rays.py
src/mymesh/register.py
src/mymesh/tree.py
src/mymesh/utils.py
src/mymesh/visualize.py
src/mymesh.egg-info/PKG-INFO
src/mymesh.egg-info/SOURCES.txt
src/mymesh.egg-info/dependency_links.txt
src/mymesh.egg-info/requires.txt
src/mymesh.egg-info/top_level.txt
tests/__init__.py
tests/test_booleans.py
tests/test_contour.py
tests/test_converter.py
tests/test_curvature.py
tests/test_delaunay.py
tests/test_image.py
tests/test_implicit.py
tests/test_improvement.py
tests/test_mesh.py
tests/test_primitives.py
tests/test_quality.py
tests/test_rays.py
tests/test_tree.py
tests/test_utils.py