LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
pybmesh/__init__.py
pybmesh.egg-info/PKG-INFO
pybmesh.egg-info/SOURCES.txt
pybmesh.egg-info/dependency_links.txt
pybmesh.egg-info/not-zip-safe
pybmesh.egg-info/requires.txt
pybmesh.egg-info/top_level.txt
pybmesh/cython/__init__.py
pybmesh/cython/src/__init__.py
pybmesh/cython/src/extract_cells.c
pybmesh/cython/src/extract_cells.pyx
pybmesh/cython/src/face_extractor.c
pybmesh/cython/src/face_extractor.cpp
pybmesh/cython/src/face_extractor.pyx
pybmesh/cython/src/vtk_idlist_converter.c
pybmesh/cython/src/vtk_idlist_converter.pyx
pybmesh/geom/__init__.py
pybmesh/geom/d0.py
pybmesh/geom/d1.py
pybmesh/geom/d2.py
pybmesh/geom/d3.py
pybmesh/geom/mesh.py
pybmesh/geom/primitives.py
pybmesh/io/__init__.py
pybmesh/io/viewer.py
pybmesh/io/vtk2numpy.py
pybmesh/io/write.py
pybmesh/ressources/__init__.py
pybmesh/ressources/foamTimeWriter/__init__.py
pybmesh/ressources/foamTimeWriter/evaluate_time.py
pybmesh/ressources/foamTimeWriter/f_compute_time.pkl
pybmesh/ressources/images/__init__.py
pybmesh/ressources/images/cos.png
pybmesh/ressources/images/front.png
pybmesh/ressources/images/iso.png
pybmesh/ressources/images/left.png
pybmesh/ressources/images/reset_view.png
pybmesh/ressources/images/shade.png
pybmesh/ressources/images/top.png
pybmesh/utils/__init__.py
pybmesh/utils/colors.py
pybmesh/utils/constants.py
pybmesh/utils/debug.py
pybmesh/utils/detection.py
pybmesh/utils/maths.py
pybmesh/utils/meshtools.py
pybmesh/utils/miscutils.py
pybmesh/utils/vtkcorrection.py
pybmesh/utils/vtkquery.py
tests/test_elements.py
tests/test_mesh_manipulation.py