CHANGELOG.md
LICENSE
MANIFEST.in
MIGRATION.md
README.md
pyproject.toml
setup.py
docs/ARCHITECTURE.md
src/ANYmesher.egg-info/PKG-INFO
src/ANYmesher.egg-info/SOURCES.txt
src/ANYmesher.egg-info/dependency_links.txt
src/ANYmesher.egg-info/entry_points.txt
src/ANYmesher.egg-info/requires.txt
src/ANYmesher.egg-info/top_level.txt
src/anymesher/__init__.py
src/anymesher/__main__.py
src/anymesher/_legacy_intersections.py
src/anymesher/_native.cpp
src/anymesher/_triangulation_native.hpp
src/anymesher/beam_connections.py
src/anymesher/boundary.py
src/anymesher/charts.py
src/anymesher/core.py
src/anymesher/coupling.py
src/anymesher/damage.py
src/anymesher/decomposition.py
src/anymesher/errors.py
src/anymesher/gui.py
src/anymesher/hybrid.py
src/anymesher/intersections.py
src/anymesher/mapped.py
src/anymesher/mesh.py
src/anymesher/mesh_bvh.py
src/anymesher/meshing_view.py
src/anymesher/native.py
src/anymesher/native_cpp.py
src/anymesher/optimization.py
src/anymesher/preparation.py
src/anymesher/prepared.py
src/anymesher/primitives.py
src/anymesher/quality.py
src/anymesher/quality_v2.py
src/anymesher/recombine.py
src/anymesher/refinement.py
src/anymesher/seeding.py
src/anymesher/serialize.py
src/anymesher/structural_pipeline.py
src/anymesher/structured.py
src/anymesher/surface_mesh.py
src/anymesher/triangulation.py
src/anymesher/backends/__init__.py
src/anymesher/backends/base.py
src/anymesher/backends/gmsh.py
src/anymesher/geometry/__init__.py
src/anymesher/geometry/chains.py
src/anymesher/geometry/curves.py
src/anymesher/geometry/entities.py
src/anymesher/geometry/model.py
src/anymesher/geometry/operations.py
tests/conftest.py
tests/test_backends.py
tests/test_charts.py
tests/test_cli.py
tests/test_compiled_triangulation_contract.py
tests/test_coupling.py
tests/test_curved_native_qualification.py
tests/test_curves.py
tests/test_geometry.py
tests/test_geometry_compatibility.py
tests/test_geometry_owner_integration.py
tests/test_gui.py
tests/test_hybrid.py
tests/test_hybrid_structured_integration.py
tests/test_intersection_meshing.py
tests/test_kernel_intersection_contract.py
tests/test_layering.py
tests/test_mesh.py
tests/test_mesh_persistence_contract.py
tests/test_mesh_quality_optimization.py
tests/test_native_backend_defaults.py
tests/test_native_cancellation.py
tests/test_native_cpp_boundary.py
tests/test_native_hybrid_core.py
tests/test_operations.py
tests/test_optimization.py
tests/test_packaging.py
tests/test_performance_harness_fixtures.py
tests/test_planar_native_qualification.py
tests/test_prepared_association_remap.py
tests/test_primitives.py
tests/test_quality_and_serialize.py
tests/test_recombination_bounds.py
tests/test_refinement.py
tests/test_seeding.py
tests/test_structural_pipeline.py
tests/test_structural_preparation.py
tests/test_structural_preparation_hybrid.py
tests/test_structured_core_application.py
tests/test_structured_core_planning.py
tests/test_surface_metric_policy.py
tools/release_wheel_smoke.py