LICENSE
README.md
pyproject.toml
src/icmesh/__init__.py
src/icmesh/base.py
src/icmesh/operations.py
src/icmesh/plot.py
src/icmesh/py.typed
src/icmesh/shapes.py
src/icmesh/transform.py
src/icmesh.egg-info/PKG-INFO
src/icmesh.egg-info/SOURCES.txt
src/icmesh.egg-info/dependency_links.txt
src/icmesh.egg-info/requires.txt
src/icmesh.egg-info/top_level.txt
src/icmesh/mesh/__init__.py
src/icmesh/mesh/cell.py
src/icmesh/mesh/edge.py
src/icmesh/mesh/mesh.py
src/icmesh/mesh/operations.py
src/icmesh/mesh/shapes.py
src/icmesh/mesh/vertex.py
src/icmesh/mesh/vtk.py
src/icmesh/mesh/openfoam/__init__.py
src/icmesh/mesh/openfoam/blockmesh.py
src/icmesh/mesh/openfoam/controlDict
src/icmesh/mesh/openfoam/foamfile.py
src/icmesh/mesh/openfoam/polymesh.py
test/test_geometry.py
test/test_meshing.py
test/test_openfoam.py
test/test_polymesh.py