LICENSE
README.md
pyproject.toml
src/shore/__init__.py
src/shore/balance.py
src/shore/boxes.py
src/shore/cli.py
src/shore/config.py
src/shore/exceptions.py
src/shore/split.py
src/shore/vis.py
src/shore/io/__init__.py
src/shore/io/adjacency.py
src/shore/io/boxes.py
src/shore/io/cc_par.py
src/shore/io/geo.py
src/shore/io/grd.py
src/shore/io/proc_input.py
src/shore/io/vtk.py
src/shore/mesh/__init__.py
src/shore/mesh/block.py
src/shore/mesh/body.py
src/shore/mesh/edge.py
src/shore/mesh/face.py
src/shore/mesh/inspect.py
src/shore/mesh/mesh.py
src/shore/mesh/spacing.py
src/shore/mesh/topology.py
src/shore/mesh/vertex.py
src/shore/primitive/__init__.py
src/shore/primitive/annulus.py
src/shore/primitive/base.py
src/shore/primitive/box.py
src/shore/primitive/flat_caps.py
src/shore/surface/__init__.py
src/shore/surface/anchor.py
src/shore/surface/cap.py
src/shore/surface/cgrid.py
src/shore/surface/equator.py
src/shore/surface/io.py
src/shore/surface/projector.py
src/shore/surface/remesh.py
src/shore/topology/__init__.py
src/shore/topology/sphere_cap.py
src/shore/volume/__init__.py
src/shore/volume/hyperbolic.py
src/shore/volume/jacobian.py
src/shore/volume/spacing.py
src/shore_mesh.egg-info/PKG-INFO
src/shore_mesh.egg-info/SOURCES.txt
src/shore_mesh.egg-info/dependency_links.txt
src/shore_mesh.egg-info/entry_points.txt
src/shore_mesh.egg-info/requires.txt
src/shore_mesh.egg-info/top_level.txt
tests/test_anchor.py
tests/test_assembly_example.py
tests/test_axis_map.py
tests/test_balance.py
tests/test_boxes.py
tests/test_boxes_from_stl.py
tests/test_cap_gnomonic.py
tests/test_cc_par.py
tests/test_cgrid.py
tests/test_cli.py
tests/test_config.py
tests/test_edge_spacing.py
tests/test_exceptions.py
tests/test_geo.py
tests/test_grd.py
tests/test_jacobian.py
tests/test_load_stl_hygiene.py
tests/test_mesh.py
tests/test_ogrid.py
tests/test_primitive.py
tests/test_primitive_cli.py
tests/test_proc_input.py
tests/test_projector.py
tests/test_projector_validation.py
tests/test_spacing.py
tests/test_split.py
tests/test_split_example.py
tests/test_vis.py
tests/test_vtk.py