HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Dynamic Mode Decomposition ROM object. More...
#include <climits>
#include <vector>
#include <utility>
#include <linalg/Matrix.h>
#include <algo/DMD.h>
#include <rom_object.h>
#include <mpi.h>
Go to the source code of this file.
Data Structures | |
class | DMDROMObject |
ROM object of type DMD (see libROM) More... | |
Macros | |
#define | _ROM_TYPE_DMD_ "DMD" |
Typedefs | |
typedef std::pair< double, double > | Interval |
Dynamic Mode Decomposition ROM object.
Definition in file rom_object_dmd.h.
#define _ROM_TYPE_DMD_ "DMD" |
DMD-type ROM
Definition at line 12 of file rom_object_dmd.h.
typedef std::pair<double,double> Interval |
Interval type
Definition at line 26 of file rom_object_dmd.h.