Download the repository and run <python pip install .> or <python pip install -e .> if you want to edit source files in ./src/ folder.
The Cumulative Distribution Transoform (CDT) in /src/cdt_utils.py is adapted from the ideas developed in PyTransKit (see https://github.com/rohdelab/PyTransKit).
- Source code is in src/
- In the /tutorials_and_application_examples/ folder we have -- 01_tutorials: Explain how to use the CDT and Snapshots object to apply transforms and reduced order models. -- 02_main_examples_CDT_POD: Apply CDT_POD reduced order model approach to different high fidelity models of PDEs.