MFEM  v4.4.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Enumerations | Functions | Variables
ex9p.cpp File Reference

Go to the source code of this file.

Classes

class  FE_Evolution
 

Enumerations

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

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
 

Enumeration Type Documentation

enum PrecType : int
strong
Enumerator
ILU 
AIR 

Definition at line 71 of file ex9p.cpp.

Function Documentation

double inflow_function ( const Vector x)
int main ( int  argc,
char *  argv[] 
)

Definition at line 233 of file ex9p.cpp.

double u0_function ( const Vector x)
void velocity_function ( const Vector x,
Vector v 
)

Variable Documentation

Vector bb_max

Definition at line 68 of file ex9p.cpp.

Vector bb_min

Definition at line 68 of file ex9p.cpp.

int problem

Definition at line 56 of file ex9p.cpp.