MFEM
v4.5.1
Finite element discretization library
|
Go to the source code of this file.
Functions | |
double | mesh_stretching_func (const double y) |
void | accel (const Vector &x, double t, Vector &f) |
void | vel_ic_reichardt (const Vector &coords, double t, Vector &u) |
void | vel_wall (const Vector &x, double t, Vector &u) |
int | main (int argc, char *argv[]) |
Variables | |
struct s_NavierContext | ctx |
Definition at line 42 of file navier_turbchan.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 90 of file navier_turbchan.cpp.
double mesh_stretching_func | ( | const double | y | ) |
Definition at line 34 of file navier_turbchan.cpp.
Definition at line 49 of file navier_turbchan.cpp.
Definition at line 83 of file navier_turbchan.cpp.
struct s_NavierContext ctx |