MFEM v4.7.0
Finite element discretization library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
ex9p.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
 
int optimizer_type
 
bool invert_velocity = false
 
Vector bb_min
 
Vector bb_max
 

Function Documentation

◆ inflow_function()

double inflow_function ( const Vector & x)

Definition at line 793 of file ex9p.cpp.

◆ main()

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

Definition at line 240 of file ex9p.cpp.

◆ u0_function()

double u0_function ( const Vector & x)

Definition at line 739 of file ex9p.cpp.

◆ velocity_function()

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

Definition at line 682 of file ex9p.cpp.

Variable Documentation

◆ bb_max

Vector bb_max

Definition at line 80 of file ex9p.cpp.

◆ bb_min

Vector bb_min

Definition at line 80 of file ex9p.cpp.

◆ invert_velocity

bool invert_velocity = false

Definition at line 70 of file ex9p.cpp.

◆ optimizer_type

int optimizer_type

Definition at line 67 of file ex9p.cpp.

◆ problem

int problem

Definition at line 64 of file ex9p.cpp.