MFEM v4.7.0
Finite element discretization library
|
Go to the source code of this file.
Functions | |
void | vel_tgv (const Vector &x, real_t t, Vector &u) |
template<typename T > | |
T | sq (T x) |
void | ComputeQCriterion (ParGridFunction &u, ParGridFunction &q) |
int | main (int argc, char *argv[]) |
Variables | |
struct s_NavierContext | ctx |
void ComputeQCriterion | ( | ParGridFunction & | u, |
ParGridFunction & | q ) |
Definition at line 122 of file navier_tgv.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 211 of file navier_tgv.cpp.
T sq | ( | T | x | ) |
Definition at line 116 of file navier_tgv.cpp.
Definition at line 35 of file navier_tgv.cpp.
struct s_NavierContext ctx |