MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
ex9p.cpp File Reference

Go to the source code of this file.

Enumerations

enum class  PrecType : int { ILU = 0 , AIR = 1 , ILU = 0 , AIR = 1 }
 

Functions

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

Variables

int problem
 
Vector bb_min
 
Vector bb_max
 

Enumeration Type Documentation

◆ PrecType

enum class PrecType : int
strong
Enumerator
ILU 
AIR 
ILU 
AIR 

Definition at line 71 of file ex9p.cpp.

Function Documentation

◆ inflow_function()

real_t inflow_function ( const Vector & x)

Definition at line 841 of file ex9p.cpp.

◆ main()

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

Definition at line 233 of file ex9p.cpp.

◆ u0_function()

real_t u0_function ( const Vector & x)

Definition at line 788 of file ex9p.cpp.

◆ velocity_function()

void velocity_function ( const Vector & x,
Vector & v )

Definition at line 731 of file ex9p.cpp.

Variable Documentation

◆ bb_max

Vector bb_max

Definition at line 68 of file ex9p.cpp.

◆ bb_min

Vector bb_min

Definition at line 68 of file ex9p.cpp.

◆ problem

int problem

Definition at line 56 of file ex9p.cpp.