End-to-end Tutorial: 1-D Burgers’ Equation¶
This tutorial demonstrates how to set up and run a reduced order model (ROM) for the 1-D Burgers’ equation using the Pressio library. The tutorial covers the following key steps:
Setting up the full order model (FOM).
Running the FOM to generate a snapshot matrix.
Building both basic and hyper-reduced ROMs.
Running the ROMs and capturing trajectories.
Comparing the ROM solutions with the FOM solution.
Writing trajectories to CSV files for further analysis.
The tutorial is implemented in C++ and leverages Pressio’s capabilities for model reduction and time integration.