LICENSE
README.md
pyproject.toml
setup.cfg
meshplex/__about__.py
meshplex/__init__.py
meshplex/_exceptions.py
meshplex/_helpers.py
meshplex/_mesh.py
meshplex/_mesh_tetra.py
meshplex/_mesh_tri.py
meshplex/_reader.py
meshplex.egg-info/PKG-INFO
meshplex.egg-info/SOURCES.txt
meshplex.egg-info/dependency_links.txt
meshplex.egg-info/requires.txt
meshplex.egg-info/top_level.txt
test/__init__.py
test/helpers.py
test/performance.py
test/test_ce_ratios.py
test/test_cell_partitions.py
test/test_circumcenters.py
test/test_compute_cell_values.py
test/test_control_volume_centroids.py
test/test_control_volumes.py
test/test_create_facets.py
test/test_energy.py
test/test_heights.py
test/test_io.py
test/test_mesh_line.py
test/test_mesh_tetra.py
test/test_readme.py
test/test_remove_cells.py
test/test_signed_area.py
test/test_subdomain.py
test/test_volumes.py
test/mesh_tri/__init__.py
test/mesh_tri/helpers.py
test/mesh_tri/test_curl.py
test/mesh_tri/test_edge_flip.py
test/mesh_tri/test_gradient.py
test/mesh_tri/test_mesh_tri.py
test/mesh_tri/test_outer_normal.py
test/mesh_tri/test_plot.py
test/mesh_tri/test_remove_points.py