MFEM  v3.2
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
 
Vector bb_min
 
Vector bb_max
 

Function Documentation

double inflow_function ( const Vector x)

Definition at line 426 of file ex9.cpp.

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

Definition at line 79 of file ex9.cpp.

double u0_function ( const Vector x)

Definition at line 375 of file ex9.cpp.

void velocity_function ( const Vector x,
Vector v 
)

Definition at line 319 of file ex9.cpp.

Variable Documentation

Vector bb_max

Definition at line 52 of file ex9.cpp.

Vector bb_min

Definition at line 52 of file ex9.cpp.

int problem

Definition at line 40 of file ex9.cpp.