MFEM  v3.0
 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 (Vector &x)
 
double inflow_function (Vector &x)
 
int main (int argc, char *argv[])
 

Variables

int problem
 

Function Documentation

double inflow_function ( Vector x)

Definition at line 413 of file ex9.cpp.

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

Definition at line 73 of file ex9.cpp.

double u0_function ( Vector x)

Definition at line 367 of file ex9.cpp.

void velocity_function ( const Vector x,
Vector v 
)

Definition at line 319 of file ex9.cpp.

Variable Documentation

int problem

Definition at line 37 of file ex9.cpp.