README.md
pyproject.toml
quadmesh/__init__.py
quadmesh/_topology.py
quadmesh/_tri_removal.py
quadmesh/cleanup_boundary_quads.py
quadmesh/cli.py
quadmesh/create_quad_domain.py
quadmesh/doublet_collapse.py
quadmesh/identify_edges.py
quadmesh/pipeline.py
quadmesh/post_process.py
quadmesh/quad_vertex_merge.py
quadmesh/quality_report.py
quadmesh/remove_unused.py
quadmesh/repair.py
quadmesh/tri2quad.py
quadmesh.egg-info/PKG-INFO
quadmesh.egg-info/SOURCES.txt
quadmesh.egg-info/dependency_links.txt
quadmesh.egg-info/entry_points.txt
quadmesh.egg-info/requires.txt
quadmesh.egg-info/top_level.txt
quadmesh/validation/__init__.py
quadmesh/validation/broadphase.py
quadmesh/validation/fixtures.py
quadmesh/validation/predicates.py
quadmesh/validation/types.py
quadmesh/validation/validator.py
tests/test_cleanup_bq.py
tests/test_cli.py
tests/test_identify_edges.py
tests/test_parity.py
tests/test_pipeline.py
tests/test_quality.py
tests/test_repair.py
tests/test_smoother.py
tests/test_topology.py
tests/test_tri2quad_smoke.py
tests/test_tri_removal.py