Implementation of a tutorial of a steady Navier-Stokes problem. More...
#include "IOmanip.H"
#include "ITHACAPOD.H"
#include "ITHACAstream.H"
#include "ReducedSteadyNS.H"
#include "forces.H"
#include "steadyNS.H"
Go to the source code of this file.
Classes | |
class | tutorial03 |
Functions | |
void | offline_stage (tutorial03 &example) |
void | online_stage (tutorial03 &example) |
int | main (int argc, char *argv[]) |
Implementation of a tutorial of a steady Navier-Stokes problem.
Definition in file 03steadyNS.C.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 83 of file 03steadyNS.C.
void offline_stage | ( | tutorial03 & | example | ) |
Definition at line 167 of file 03steadyNS.C.
void online_stage | ( | tutorial03 & | example | ) |
Definition at line 217 of file 03steadyNS.C.