Implementation of a tutorial in the incremental POD. More...
#include <iostream>
#include "fvCFD.H"
#include "IOmanip.H"
#include "Time.H"
#include "laplacianProblem.H"
#include "ReducedLaplacian.H"
#include "ITHACAPOD.H"
#include "ITHACAutilities.H"
#include "incrementalPOD.H"
#include <Eigen/Dense>
#include <cmath>
Go to the source code of this file.
Classes | |
class | tutorialIPOD |
Class where the tutorial number 20 is implemented. More... | |
Macros | |
#define | _USE_MATH_DEFINES |
Functions | |
int | main (int argc, char *argv[]) |
Implementation of a tutorial in the incremental POD.
Definition in file 20incrementalPOD.C.
#define _USE_MATH_DEFINES |
Definition at line 40 of file 20incrementalPOD.C.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 187 of file 20incrementalPOD.C.