Skip to main content

pressio4py: projection-based model reduction for Python

Project description

This package provides Python bindings for the projection-based model reduction C++ library Pressio (website). The goal of this project is to enable leading-edge projection-based model reduction for (large-scale) linear and nonlinear dynamical systems.

Install

You need a C++14-compliant compiler and then do:

export CXX=<path-to-your-C++-compiler>
pip install pressio4py

You can double check that everything worked fine by doing:

import pressio4py
print(pressio4py.__version__)

Running Demos/Tutorials

After installing the library, you can run the regression tests:

git clone --recursive git@github.com:Pressio/pressio4py.git
cd pressio4py
pytest -s

And you can check out the demos:

git clone --recursive git@github.com:Pressio/pressio4py.git
cd pressio4py/demos
python3 ./<demo-subdir-name>/main.py

Documentation

The documentation (in progress) can be found (here) with some demos already available.

Citations

If you use this package, please acknowledge our work-in-progress:

  • Francesco Rizzi, Patrick J. Blonigan, Eric. Parish, Kevin T. Carlberg “Pressio: Enabling projection-based model reduction for large-scale nonlinear dynamical systems” https://arxiv.org/abs/2003.07798

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pressio4py-0.12.0.tar.gz (925.9 kB view hashes)

Uploaded Source

Built Distribution

pressio4py-0.12.0-cp37-cp37m-macosx_10_15_x86_64.whl (573.8 kB view hashes)

Uploaded CPython 3.7m macOS 10.15+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page