MFEM
v4.2.0
Finite element discretization library
|
Go to the source code of this file.
Functions | |
void | vel_tgv (const Vector &x, double 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 123 of file navier_tgv.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 212 of file navier_tgv.cpp.
T sq | ( | T | x | ) |
Definition at line 117 of file navier_tgv.cpp.
Definition at line 35 of file navier_tgv.cpp.
struct s_NavierContext ctx |