.gitattributes
.gitignore
.readthedocs.yml
CODEOWNERS
LICENSE
README.rst
pixi.lock
pixi.toml
pyproject.toml
.github/release.yml
.github/workflows/code-quality.yml
.github/workflows/release.yml
.github/workflows/test.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/install.rst
docs/logo.png
docs/torus-mesh-reversed.png
docs/torus-mesh.png
docs/tutorials.rst
docs/_static/custom.css
docs/_templates/class.rst
docs/_templates/layout.html
docs/api/geometry.rst
docs/api/index.rst
docs/api/mesh.rst
docs/api/moab.rst
docs/notebooks/tutorials/mesh.png
docs/notebooks/tutorials/surface_meshing.ipynb
docs/notebooks/tutorials/volume_meshing.ipynb
src/stellarmesh/__init__.py
src/stellarmesh/_core.py
src/stellarmesh/geometry.py
src/stellarmesh/mesh.py
src/stellarmesh/moab.py
src/stellarmesh.egg-info/PKG-INFO
src/stellarmesh.egg-info/SOURCES.txt
src/stellarmesh.egg-info/dependency_links.txt
src/stellarmesh.egg-info/requires.txt
src/stellarmesh.egg-info/top_level.txt
tests/__init__.py
tests/test_examples.py
tests/test_geometry.py
tests/test_mesh.py
tests/test_mesh_benchmark.py
tests/test_moab.py
tests/test_tally.py
tests/resources/NCSX-LCFS.brep
tests/resources/__init__.py