MFEM  v4.2.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions | Variables
navier_mms.cpp File Reference

Go to the source code of this file.

Functions

void vel (const Vector &x, double t, Vector &u)
 
double p (const Vector &x, double t)
 
void accel (const Vector &x, double t, Vector &u)
 
int main (int argc, char *argv[])
 

Variables

struct s_NavierContext ctx
 

Function Documentation

void accel ( const Vector x,
double  t,
Vector u 
)

Definition at line 61 of file navier_mms.cpp.

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

Definition at line 86 of file navier_mms.cpp.

double p ( const Vector x,
double  t 
)

Definition at line 53 of file navier_mms.cpp.

void vel ( const Vector x,
double  t,
Vector u 
)

Definition at line 44 of file navier_mms.cpp.

Variable Documentation

struct s_NavierContext ctx