LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
test-requirements.txt
src/polymesh/__init__.py
src/polymesh/abc.py
src/polymesh/akwrap.py
src/polymesh/base.py
src/polymesh/cell.py
src/polymesh/celldata.py
src/polymesh/config.py
src/polymesh/explode.py
src/polymesh/extrude.py
src/polymesh/grid.py
src/polymesh/line.py
src/polymesh/linedata.py
src/polymesh/mesh1d.py
src/polymesh/pointdata.py
src/polymesh/polydata.py
src/polymesh/polygon.py
src/polymesh/polyhedron.py
src/polymesh/pop.py
src/polymesh/recipes.py
src/polymesh/tile.py
src/polymesh/utils.py
src/polymesh/voxelize.py
src/polymesh/vtkcelltypes.py
src/polymesh/vtkutils.py
src/polymesh.egg-info/PKG-INFO
src/polymesh.egg-info/SOURCES.txt
src/polymesh.egg-info/dependency_links.txt
src/polymesh.egg-info/not-zip-safe
src/polymesh.egg-info/requires.txt
src/polymesh.egg-info/top_level.txt
src/polymesh/cells/__init__.py
src/polymesh/cells/h27.py
src/polymesh/cells/h8.py
src/polymesh/cells/l2.py
src/polymesh/cells/l3.py
src/polymesh/cells/q4.py
src/polymesh/cells/q9.py
src/polymesh/cells/t3.py
src/polymesh/cells/t6.py
src/polymesh/cells/tet10.py
src/polymesh/cells/tet4.py
src/polymesh/recipes/__init__.py
src/polymesh/recipes/recipes.py
src/polymesh/space/__init__.py
src/polymesh/space/coordarray.py
src/polymesh/space/frame.py
src/polymesh/space/point.py
src/polymesh/space/utils.py
src/polymesh/tet/__init__.py
src/polymesh/tet/tetmesh.py
src/polymesh/tet/tetutils.py
src/polymesh/topo/__init__.py
src/polymesh/topo/topo.py
src/polymesh/topo/topoarray.py
src/polymesh/topo/topodata.py
src/polymesh/topo/tr.py
src/polymesh/tri/__init__.py
src/polymesh/tri/triang.py
src/polymesh/tri/trimesh.py
src/polymesh/tri/triutils.py