MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
navier_tgv.cpp File Reference

Go to the source code of this file.

Functions

void vel_tgv (const Vector &x, real_t 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

◆ ComputeQCriterion()

void ComputeQCriterion ( ParGridFunction & u,
ParGridFunction & q )

Definition at line 122 of file navier_tgv.cpp.

◆ main()

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

Definition at line 211 of file navier_tgv.cpp.

◆ sq()

template<typename T >
T sq ( T x)

Definition at line 116 of file navier_tgv.cpp.

◆ vel_tgv()

void vel_tgv ( const Vector & x,
real_t t,
Vector & u )

Definition at line 35 of file navier_tgv.cpp.

Variable Documentation

◆ ctx

struct s_NavierContext ctx