LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
./demos/__init__.py
./demos/adapt_before_after.py
./demos/adapt_scenario.py
./demos/anisotropic_adaptation_naca0012.py
./demos/boundary_split_demo.py
./demos/coarsening_scenario.py
./demos/coarsening_scenario2.py
./demos/edge_collapse_demo.py
./demos/generate_scenario.py
./demos/mesh_editor_demos.py
./demos/parallel_patch.py
./demos/partition_parallel.py
./demos/patch_batches.py
./demos/refinement_scenario.py
./sofia/__init__.py
./sofia/core/anisotropic_remesh.py
./sofia/core/batch_operations.py
./sofia/core/config.py
./sofia/core/conformity.py
./sofia/core/constants.py
./sofia/core/diagnostics.py
./sofia/core/geometry.py
./sofia/core/gif_capture.py
./sofia/core/helpers.py
./sofia/core/incremental.py
./sofia/core/incremental_validator.py
./sofia/core/io.py
./sofia/core/logging_utils.py
./sofia/core/mesh_modifier2.py
./sofia/core/operations.py
./sofia/core/parallel_operations.py
./sofia/core/patch_batching.py
./sofia/core/patch_driver.py
./sofia/core/quality.py
./sofia/core/quality_metrics.py
./sofia/core/refinement.py
./sofia/core/remesh_driver.py
./sofia/core/run_context.py
./sofia/core/stats.py
./sofia/core/triangulation.py
./sofia/core/triangulation_utils.py
./sofia/core/vectorized_ops.py
./sofia/core/visualization.py
./sofia/tests/test_analytic_gradient_and_robustness.py
./sofia/tests/test_area_preservation.py
./sofia/tests/test_boundary_loops.py
./sofia/tests/test_boundary_ops.py
./sofia/tests/test_boundary_remove_complex.py
./sofia/tests/test_boundary_split_with_interior.py
./sofia/tests/test_cavity_extraction.py
./sofia/tests/test_collapse_safe.py
./sofia/tests/test_compaction.py
./sofia/tests/test_geometry_utils.py
./sofia/tests/test_geometry_vectorized.py
./sofia/tests/test_greedy_remesh.py
./sofia/tests/test_greedy_strict_mode.py
./sofia/tests/test_import_sofia.py
./sofia/tests/test_incremental.py
./sofia/tests/test_io.py
./sofia/tests/test_mesh_ops.py
./sofia/tests/test_no_raw_tolerance_literals.py
./sofia/tests/test_op_remove_patch2.py
./sofia/tests/test_optimize_vertex.py
./sofia/tests/test_patch_batching.py
./sofia/tests/test_patch_driver.py
./sofia/tests/test_perform_local_flips.py
./sofia/tests/test_pocket_fill_post_greedy.py
./sofia/tests/test_pocket_fill_strategies.py
./sofia/tests/test_polygon_simplification.py
./sofia/tests/test_quality_eval.py
./sofia/tests/test_removal_strategies.py
./sofia/tests/test_remove_and_project_boundary.py
./sofia/tests/test_remove_node_integration.py
./sofia/tests/test_remove_node_integration_poly.py
./sofia/tests/test_remove_node_relaxed_quality.py
./sofia/tests/test_reset_stats.py
./sofia/tests/test_simulation_rejections.py
./sofia/tests/test_smooth_patch_vertices.py
./sofia/tests/test_spd_sqrt_inv.py
./sofia/tests/test_stats_invariants.py
./sofia/tests/test_strategic_removal.py
./sofia/tests/test_triangle_quality_and_ranking.py
./sofia/tests/test_triangle_quality_helper.py
./sofia/tests/test_triangulation.py
./sofia/tests/test_triangulation_holes.py
./sofia/tests/test_triangulation_utils copy.py
./sofia/tests/test_triangulation_utils.py
demos/__init__.py
demos/adapt_before_after.py
demos/adapt_scenario.py
demos/anisotropic_adaptation_naca0012.py
demos/boundary_split_demo.py
demos/coarsening_scenario.py
demos/coarsening_scenario2.py
demos/edge_collapse_demo.py
demos/generate_scenario.py
demos/mesh_editor_demos.py
demos/parallel_patch.py
demos/partition_parallel.py
demos/patch_batches.py
demos/refinement_scenario.py
sofia/__init__.py
sofia/core/anisotropic_remesh.py
sofia/core/batch_operations.py
sofia/core/config.py
sofia/core/conformity.py
sofia/core/constants.py
sofia/core/diagnostics.py
sofia/core/geometry.py
sofia/core/gif_capture.py
sofia/core/helpers.py
sofia/core/incremental.py
sofia/core/incremental_validator.py
sofia/core/io.py
sofia/core/logging_utils.py
sofia/core/mesh_modifier2.py
sofia/core/operations.py
sofia/core/parallel_operations.py
sofia/core/patch_batching.py
sofia/core/patch_driver.py
sofia/core/quality.py
sofia/core/quality_metrics.py
sofia/core/refinement.py
sofia/core/remesh_driver.py
sofia/core/run_context.py
sofia/core/stats.py
sofia/core/triangulation.py
sofia/core/triangulation_utils.py
sofia/core/vectorized_ops.py
sofia/core/visualization.py
sofia/tests/test_analytic_gradient_and_robustness.py
sofia/tests/test_area_preservation.py
sofia/tests/test_boundary_loops.py
sofia/tests/test_boundary_ops.py
sofia/tests/test_boundary_remove_complex.py
sofia/tests/test_boundary_split_with_interior.py
sofia/tests/test_cavity_extraction.py
sofia/tests/test_collapse_safe.py
sofia/tests/test_compaction.py
sofia/tests/test_geometry_utils.py
sofia/tests/test_geometry_vectorized.py
sofia/tests/test_greedy_remesh.py
sofia/tests/test_greedy_strict_mode.py
sofia/tests/test_import_sofia.py
sofia/tests/test_incremental.py
sofia/tests/test_io.py
sofia/tests/test_mesh_ops.py
sofia/tests/test_no_raw_tolerance_literals.py
sofia/tests/test_op_remove_patch2.py
sofia/tests/test_optimize_vertex.py
sofia/tests/test_patch_batching.py
sofia/tests/test_patch_driver.py
sofia/tests/test_perform_local_flips.py
sofia/tests/test_pocket_fill_post_greedy.py
sofia/tests/test_pocket_fill_strategies.py
sofia/tests/test_polygon_simplification.py
sofia/tests/test_quality_eval.py
sofia/tests/test_removal_strategies.py
sofia/tests/test_remove_and_project_boundary.py
sofia/tests/test_remove_node_integration.py
sofia/tests/test_remove_node_integration_poly.py
sofia/tests/test_remove_node_relaxed_quality.py
sofia/tests/test_reset_stats.py
sofia/tests/test_simulation_rejections.py
sofia/tests/test_smooth_patch_vertices.py
sofia/tests/test_spd_sqrt_inv.py
sofia/tests/test_stats_invariants.py
sofia/tests/test_strategic_removal.py
sofia/tests/test_triangle_quality_and_ranking.py
sofia/tests/test_triangle_quality_helper.py
sofia/tests/test_triangulation.py
sofia/tests/test_triangulation_holes.py
sofia/tests/test_triangulation_utils copy.py
sofia/tests/test_triangulation_utils.py
sofia_mesh.egg-info/PKG-INFO
sofia_mesh.egg-info/SOURCES.txt
sofia_mesh.egg-info/dependency_links.txt
sofia_mesh.egg-info/entry_points.txt
sofia_mesh.egg-info/requires.txt
sofia_mesh.egg-info/top_level.txt