MFEM  v4.6.0
Finite element discretization library
Classes | Functions | Variables
ex9.cpp File Reference

Go to the source code of this file.

Classes

class  FE_Evolution
 

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

◆ inflow_function()

double inflow_function ( const Vector x)

Definition at line 611 of file ex9.cpp.

◆ main()

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

Definition at line 144 of file ex9.cpp.

◆ u0_function()

double u0_function ( const Vector x)

Definition at line 558 of file ex9.cpp.

◆ velocity_function()

void velocity_function ( const Vector x,
Vector v 
)

Definition at line 501 of file ex9.cpp.

Variable Documentation

◆ bb_max

Vector bb_max

Definition at line 67 of file ex9.cpp.

◆ bb_min

Vector bb_min

Definition at line 67 of file ex9.cpp.

◆ problem

int problem

Definition at line 55 of file ex9.cpp.