Tutorials¶
- Tutorial: Using pyMOR’s discretization toolkit
- Tutorial: Building a Reduced Basis
- Tutorial: Projecting a Model
- Tutorial: Linear time-invariant systems
- Tutorial: Reducing an LTI system using balanced truncation
- Tutorial: Interpolatory model order reduction for LTI systems
- Tutorial: Model order reduction for port-Hamiltonian systems
- Tutorial: Model order reduction for unstable LTI systems
- Tutorial: Model order reduction with artificial neural networks
- Tutorial: Model order reduction for PDE-constrained optimization problems
- An elliptic model problem with a linear objective functional
- Optimizing with the FOM using finite differences
- Computing the gradient of the objective functional
- Optimizing using a gradient in FOM
- Adaptive trust-region optimization using reduced basis methods
- Conclusion and some general words about MOR methods for optimization
- Tutorial: Exploring Models interactively in a jupyter environment
- Tutorial: VectorArray Basics
- What are VectorArrays and what are they used for in pyMOR?
- VectorSpaces / How to create VectorArrays
- Converting NumPy arrays to VectorArrays
- Converting VectorArrays to NumPy arrays
- Rows and columns
- Basic operations
- Copies
- Indexing and views
- DOF access
- Complex Numbers
- Internals / other types of arrays
- Tutorial: Binding an external PDE solver to pyMOR