pyMOR - Model Order Reduction with python¶
pyMOR is a software library for building model order reduction applications with the Python programming language. Implemented algorithms include reduced basis methods for parametric linear and non-linear problems, as well as system-theoretic methods such as balanced truncation or IRKA. All algorithms in pyMOR are formulated in terms of abstract interfaces for seamless integration with external PDE solver packages. Moreover, pure Python implementations of finite element and finite volume discretizations using the NumPy/SciPy scientific computing stack are provided for getting started quickly.
- Getting started
- Technical Overview
- Environment Variables
- pyMOR Tutorials
- Release Notes
- pyMOR 2020.1 (July 23, 2020)
- pyMOR 2019.2 (December 16, 2019)
- Release highlights
- Additional new features
- Extended FEniCS bindings
- Improved greedy algorithms
- Numerical linear algebra algorithms
- Support for low-rank operators
- Improved string representations of pyMOR objects
- Easier working with immutable objects
- project and assemble_lincomb are easier to extend
- Improvements to pyMOR’s discretization toolbox
- Backward incompatible changes
- Further notable improvements
- pyMOR 0.5 (January 17, 2019)
- pyMOR 0.4 (September 28, 2016)
- pyMOR 0.3 (March 2, 2015)
- Bibliography
API Documentation¶
Demo Applications¶
- pymordemos package
- Submodules
- analyze_pickle module
- burgers module
- burgers_ei module
- delay module
- elliptic module
- elliptic2 module
- elliptic_oned module
- elliptic_unstructured module
- fenics_nonlinear module
- hapod module
- heat module
- neural_networks module
- neural_networks_fenics module
- parabolic module
- parabolic_mor module
- string_equation module
- thermalblock module
- thermalblock_adaptive module
- thermalblock_gui module
- thermalblock_simple module
- Submodules