LifeV
lifev/navier_stokes/examples/oseen_assembler/main.cpp File Reference
+ Include dependency graph for lifev/navier_stokes/examples/oseen_assembler/main.cpp:

Go to the source code of this file.

Namespaces

 anonymous_namespace{main.cpp}
 

Typedefs

typedef LifeV::RossEthierSteinmanUnsteadyDec problem_Type
 

Enumerations

enum  DiffusionType { ViscousStress, StiffStrain, ViscousStress, StiffStrain }
 
enum  MeshType { RegularMesh, File, RegularMesh, File }
 
enum  InitType { Interpolation, Projection, Interpolation, Projection }
 
enum  ConvectionType { Explicit, Explicit, KIO91 }
 

Functions

Real fluxFunction (const Real &, const Real &, const Real &, const Real &, const ID &)
 
void printErrors (const vector_Type &solution, const Real &currentTime, fespacePtr_Type uFESpace, fespacePtr_Type pFESpace, bool verbose)
 
int main (int argc, char **argv)
 

Detailed Description

Function Documentation

◆ fluxFunction()

Real fluxFunction ( const Real ,
const Real ,
const Real ,
const Real ,
const ID  
)

◆ printErrors()

void printErrors ( const vector_Type solution,
const Real currentTime,
fespacePtr_Type  uFESpace,
fespacePtr_Type  pFESpace,
bool  verbose 
)

◆ main()

int main ( int  argc,
char **  argv 
)