LICENSE
README.md
pyproject.toml
setup.py
src/prandtl/__init__.py
src/prandtl/_active.py
src/prandtl/_analytical.py
src/prandtl/_co_kriging.py
src/prandtl/_gaussian.py
src/prandtl/_io.py
src/prandtl/_neural.py
src/prandtl/_physics.py
src/prandtl/_sampling.py
src/prandtl/_sobolev.py
src/prandtl/_surrogate.py
src/prandtl/_tree.py
src/prandtl/_validate.py
src/prandtl/analytical.py
src/prandtl_cfd.egg-info/PKG-INFO
src/prandtl_cfd.egg-info/SOURCES.txt
src/prandtl_cfd.egg-info/dependency_links.txt
src/prandtl_cfd.egg-info/requires.txt
src/prandtl_cfd.egg-info/top_level.txt
tests/test_active.py
tests/test_co_kriging.py
tests/test_e2e.py
tests/test_io.py
tests/test_physics.py
tests/test_sobolev.py
tests/test_tree.py
tests/test_validate.py