.gitignore
CLAUDE.md
LICENSE
README.md
pyproject.toml
.github/codecov.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
examples/2-parameters.ipynb
examples/heat-conduction/2d-heat.py
examples/heat-conduction/design-optimization.py
examples/lid-driven-cavity/eq-snapshot-matrix.png
examples/lid-driven-cavity/eq-snapshot.png
examples/lid-driven-cavity/generatePODdata.sim
examples/lid-driven-cavity/lid-driven-cavity.ipynb
examples/lid-driven-cavity/results-re-450.png
examples/lid-driven-cavity/results-re-50.png
examples/lid-driven-cavity/data/train/re-0001.csv
examples/lid-driven-cavity/data/train/re-0100.csv
examples/lid-driven-cavity/data/train/re-0200.csv
examples/lid-driven-cavity/data/train/re-0300.csv
examples/lid-driven-cavity/data/train/re-0400.csv
examples/lid-driven-cavity/data/train/re-0500.csv
examples/lid-driven-cavity/data/train/re-0600.csv
examples/lid-driven-cavity/data/train/re-0700.csv
examples/lid-driven-cavity/data/train/re-0800.csv
examples/lid-driven-cavity/data/train/re-0900.csv
examples/lid-driven-cavity/data/train/re-1000.csv
examples/lid-driven-cavity/data/validation/re-0050.csv
examples/lid-driven-cavity/data/validation/re-0150.csv
examples/lid-driven-cavity/data/validation/re-0450.csv
examples/lid-driven-cavity/data/validation/re-0850.csv
pod_rbf/__init__.py
pod_rbf/core.py
pod_rbf/decomposition.py
pod_rbf/io.py
pod_rbf/rbf.py
pod_rbf/shape_optimization.py
pod_rbf/types.py
pod_rbf.egg-info/PKG-INFO
pod_rbf.egg-info/SOURCES.txt
pod_rbf.egg-info/dependency_links.txt
pod_rbf.egg-info/requires.txt
pod_rbf.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_core.py
tests/test_decomposition.py
tests/test_io.py
tests/test_rbf.py