Implementation of tutorial 19 for an unsteady Navier-Stokes problem. More...
#include "UnsteadyNSExplicit.H"#include "ITHACAPOD.H"#include "ReducedUnsteadyNSExplicit.H"#include "ITHACAstream.H"#include <chrono>#include <math.h>#include <iomanip>Go to the source code of this file.
Classes | |
| class | tutorial19 |
Functions | |
| int | main (int argc, char *argv[]) |
Implementation of tutorial 19 for an unsteady Navier-Stokes problem.
Definition in file 19UnsteadyNSExplicit.C.
| int main | ( | int | argc, |
| char * | argv[] ) |
Set the number of parameters
Set samples
Set the parameters infos
Definition at line 84 of file 19UnsteadyNSExplicit.C.
1.13.2