LICENSE
README.md
pyproject.toml
admesh/__init__.py
admesh/api.py
admesh/background_grid.py
admesh/bathymetry.py
admesh/boundary.py
admesh/boundary_types.py
admesh/curvature.py
admesh/distance.py
admesh/distmesh.py
admesh/domains.py
admesh/dominate_tide.py
admesh/fort14.py
admesh/in_polygon.py
admesh/inpaint.py
admesh/loaders.py
admesh/medial_axis.py
admesh/mesh_size.py
admesh/quad_prep.py
admesh/quality.py
admesh/registry.py
admesh/routine.py
admesh/size_field.py
admesh/valence.py
admesh/viz.py
admesh/_stages/__init__.py
admesh/_stages/background_grid.py
admesh/_stages/bathymetry.py
admesh/_stages/boundary.py
admesh/_stages/curvature.py
admesh/_stages/distance.py
admesh/_stages/distmesh.py
admesh/_stages/domains.py
admesh/_stages/dominate_tide.py
admesh/_stages/in_polygon.py
admesh/_stages/inpaint.py
admesh/_stages/medial_axis.py
admesh/_stages/mesh_size.py
admesh/_stages/quality.py
admesh/_stages/routine.py
admesh2D.egg-info/PKG-INFO
admesh2D.egg-info/SOURCES.txt
admesh2D.egg-info/dependency_links.txt
admesh2D.egg-info/requires.txt
admesh2D.egg-info/top_level.txt
tests/test_admesh_domains_contract.py
tests/test_api_dataclass_shapes.py
tests/test_api_equals.py
tests/test_api_repr.py
tests/test_api_triangulate.py
tests/test_api_triangulate_user_contribs.py
tests/test_backward_compat_full_suite.py
tests/test_bathymetry.py
tests/test_boundary.py
tests/test_boundary_types.py
tests/test_curvature.py
tests/test_default_size_field.py
tests/test_distance.py
tests/test_distmesh.py
tests/test_distmesh_admesh.py
tests/test_docstring_completeness.py
tests/test_domains.py
tests/test_dominate_tide.py
tests/test_fort14_chilmesh_compat.py
tests/test_fort14_chilmesh_smoke.py
tests/test_fort14_index_and_sign_conventions.py
tests/test_fort14_reader_errors.py
tests/test_fort14_reference_corpus.py
tests/test_fort14_roundtrip.py
tests/test_in_polygon.py
tests/test_inpaint.py
tests/test_issue_11_ring_sorting.py
tests/test_loaders.py
tests/test_matlab_port.py
tests/test_medial_axis.py
tests/test_mesh_size.py
tests/test_mvp_domains.py
tests/test_public_api_imports.py
tests/test_quad_prep.py
tests/test_quad_prep_helpers.py
tests/test_quality.py
tests/test_registry.py
tests/test_right_iso_quality.py
tests/test_routine.py
tests/test_routine_with_loaders.py
tests/test_size_field_composition.py
tests/test_smoke.py
tests/test_valence.py
tests/test_viz.py