CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
output/annulus_quickstart.png
output/mixed_mesh_showcase.png
output/readme_pipeline_annulus.gif
output/wnat_hagen_showcase.png
src/chilmesh/CHILmesh.py
src/chilmesh/__init__.py
src/chilmesh/__main__.py
src/chilmesh/_vendor_admesh_truss.py
src/chilmesh/admesh_warmstart.py
src/chilmesh/bridge.py
src/chilmesh/cli.py
src/chilmesh/examples.py
src/chilmesh/layer_paths.py
src/chilmesh/mesh_topology.py
src/chilmesh/mutations.py
src/chilmesh.egg-info/PKG-INFO
src/chilmesh.egg-info/SOURCES.txt
src/chilmesh.egg-info/dependency_links.txt
src/chilmesh.egg-info/entry_points.txt
src/chilmesh.egg-info/requires.txt
src/chilmesh.egg-info/top_level.txt
src/chilmesh/backends/__init__.py
src/chilmesh/backends/cpp_backend.py
src/chilmesh/backends/rust_backend.py
src/chilmesh/data/Block_O.14
src/chilmesh/data/__init__.py
src/chilmesh/data/annulus_200pts.fort.14
src/chilmesh/data/donut_domain.fort.14
src/chilmesh/data/quad_2x2.fort.14
src/chilmesh/data/structuredMesh1.14
src/chilmesh/utils/__init__.py
src/chilmesh/utils/plot_utils.py
src/chilmesh_core/Cargo.lock
src/chilmesh_core/Cargo.toml
src/chilmesh_core/adjacency.rs
src/chilmesh_core/errors.rs
src/chilmesh_core/io.rs
src/chilmesh_core/lib.rs
src/chilmesh_core/mutation.rs
src/chilmesh_core/queries.rs
src/chilmesh_core/skeletonization.rs
src/chilmesh_cpp/CMakeLists.txt
src/chilmesh_cpp/pyproject.toml
src/chilmesh_cpp/src/bindings.cpp
src/chilmesh_cpp/src/halfedge.cpp
src/chilmesh_cpp/src/halfedge.hpp