LICENSE
README.md
pyproject.toml
cfdtools/__init__.py
cfdtools/_cli.py
cfdtools/api.py
cfdtools/plot.py
cfdtools.egg-info/PKG-INFO
cfdtools.egg-info/SOURCES.txt
cfdtools.egg-info/dependency_links.txt
cfdtools.egg-info/entry_points.txt
cfdtools.egg-info/requires.txt
cfdtools.egg-info/top_level.txt
cfdtools/cgns/__init__.py
cfdtools/cgns/cgns.py
cfdtools/gmsh/__init__.py
cfdtools/gmsh/_gmsh.py
cfdtools/gmsh/reader.py
cfdtools/hdf5/__init__.py
cfdtools/hdf5/_hdf5.py
cfdtools/ic3/__init__.py
cfdtools/ic3/_ic3.py
cfdtools/ic3/reader_legacy.py
cfdtools/ic3/writerV2.py
cfdtools/ic3/writerV3.py
cfdtools/meshbase/__init__.py
cfdtools/meshbase/_connectivity.py
cfdtools/meshbase/_data.py
cfdtools/meshbase/_elements.py
cfdtools/meshbase/_geom.py
cfdtools/meshbase/_mesh.py
cfdtools/meshbase/simple.py
cfdtools/physics/dicovar.py
cfdtools/probes/__init__.py
cfdtools/probes/data.py
cfdtools/probes/plot.py
cfdtools/utils/__init__.py
cfdtools/utils/math.py
cfdtools/vtk/__init__.py
cfdtools/vtk/_vtk.py
tests/test_0_api.py
tests/test_0_connectivity.py
tests/test_1_cgns.py
tests/test_1_gmsh.py
tests/test_1_ic3.py
tests/test_1_simple.py
tests/test_1_vtk.py
tests/test_2_cli.py
tests/test_2_convert.py
tests/test_2_mesh.py
tests/test_probes.py