.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/build-package.yml
pymesh2d/__init__.py
pymesh2d/_version.py
pymesh2d/initmsh.py
pymesh2d/refine.py
pymesh2d/smooth.py
pymesh2d/tricost.py
pymesh2d/tridemo.py
pymesh2d/triread.py
pymesh2d.egg-info/PKG-INFO
pymesh2d.egg-info/SOURCES.txt
pymesh2d.egg-info/dependency_links.txt
pymesh2d.egg-info/requires.txt
pymesh2d.egg-info/top_level.txt
pymesh2d/aabb_tree/findball.py
pymesh2d/aabb_tree/findline.py
pymesh2d/aabb_tree/findtria.py
pymesh2d/aabb_tree/lineline.py
pymesh2d/aabb_tree/linenear.py
pymesh2d/aabb_tree/maketree.py
pymesh2d/aabb_tree/maprect.py
pymesh2d/aabb_tree/mapvert.py
pymesh2d/aabb_tree/queryset.py
pymesh2d/aabb_tree/scantree.py
pymesh2d/geom_util/bfsgeo.py
pymesh2d/geom_util/fixgeo.py
pymesh2d/geom_util/getiso.py
pymesh2d/geom_util/getnan.py
pymesh2d/geom_util/poly_util.py
pymesh2d/geom_util/proj_util.py
pymesh2d/geomesh_util/border_util.py
pymesh2d/geomesh_util/depth_field.py
pymesh2d/geomesh_util/grd_util.py
pymesh2d/geomesh_util/hfun_dispercion.py
pymesh2d/geomesh_util/interpolation_mesh.py
pymesh2d/hfun_util/lfshfn.py
pymesh2d/hfun_util/limhfn.py
pymesh2d/hfun_util/trihfn.py
pymesh2d/hjac_util/limgrad.py
pymesh2d/mesh_ball/cdtbal1.py
pymesh2d/mesh_ball/cdtbal2.py
pymesh2d/mesh_ball/inv_2x2.py
pymesh2d/mesh_ball/inv_3x3.py
pymesh2d/mesh_ball/pwrbal1.py
pymesh2d/mesh_ball/pwrbal2.py
pymesh2d/mesh_ball/tribal1.py
pymesh2d/mesh_ball/tribal2.py
pymesh2d/mesh_cost/relhfn.py
pymesh2d/mesh_cost/triang.py
pymesh2d/mesh_cost/triarea.py
pymesh2d/mesh_cost/trideg.py
pymesh2d/mesh_cost/triscr.py
pymesh2d/mesh_file/certify.py
pymesh2d/mesh_file/inspect.py
pymesh2d/mesh_file/loadmsh.py
pymesh2d/mesh_file/savemsh.py
pymesh2d/mesh_util/bfstri.py
pymesh2d/mesh_util/cfmtri.py
pymesh2d/mesh_util/circo.py
pymesh2d/mesh_util/deltri.py
pymesh2d/mesh_util/idxtri.py
pymesh2d/mesh_util/isfeat.py
pymesh2d/mesh_util/minlen.py
pymesh2d/mesh_util/setset.py
pymesh2d/mesh_util/tricon.py
pymesh2d/mesh_util/tridiv.py
pymesh2d/mesh_util/unique.py
pymesh2d/poly_data/airfoil.msh
pymesh2d/poly_data/channel.msh
pymesh2d/poly_data/islands.msh
pymesh2d/poly_data/lake.msh
pymesh2d/poly_data/river.msh
pymesh2d/poly_test/inpoly.py
pymesh2d/poly_test/inpoly_mat.py
tests/README.md
tests/__init__.py
tests/generate_references.py
tests/test_helpers.py
tests/test_tridemo.py