MFEM v4.7.0
Finite element discretization library
|
Go to the source code of this file.
Functions | |
real_t | mesh_stretching_func (const real_t y) |
void | accel (const Vector &x, real_t t, Vector &f) |
void | vel_ic_reichardt (const Vector &coords, real_t t, Vector &u) |
void | vel_wall (const Vector &x, real_t 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.
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 |