MFEM  v4.2.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions | Variables
navier_tgv.cpp File Reference

Go to the source code of this file.

Functions

void vel_tgv (const Vector &x, double t, Vector &u)
 
template<typename T >
sq (T x)
 
void ComputeQCriterion (ParGridFunction &u, ParGridFunction &q)
 
int main (int argc, char *argv[])
 

Variables

struct s_NavierContext ctx
 

Function Documentation

void ComputeQCriterion ( ParGridFunction u,
ParGridFunction q 
)

Definition at line 123 of file navier_tgv.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 212 of file navier_tgv.cpp.

template<typename T >
T sq ( x)

Definition at line 117 of file navier_tgv.cpp.

void vel_tgv ( const Vector x,
double  t,
Vector u 
)

Definition at line 35 of file navier_tgv.cpp.

Variable Documentation

struct s_NavierContext ctx