MFEM  v3.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions | Variables
ex9.cpp File Reference

Go to the source code of this file.

Functions

void velocity_function (const Vector &x, Vector &v)
 
double u0_function (const Vector &x)
 
double inflow_function (const Vector &x)
 
int main (int argc, char *argv[])
 

Variables

int problem
 

Function Documentation

double inflow_function ( const Vector x)

Definition at line 420 of file ex9.cpp.

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

Definition at line 73 of file ex9.cpp.

double u0_function ( const Vector x)

Definition at line 374 of file ex9.cpp.

void velocity_function ( const Vector x,
Vector v 
)

Definition at line 325 of file ex9.cpp.

Variable Documentation

int problem

Definition at line 37 of file ex9.cpp.