|
MFEM
v3.3
Finite element discretization library
|
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 |
| Vector | bb_min |
| Vector | bb_max |
| double inflow_function | ( | const Vector & | x | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 135 of file petsc/ex9p.cpp.
| double u0_function | ( | const Vector & | x | ) |
| Vector bb_max |
Definition at line 58 of file petsc/ex9p.cpp.
| Vector bb_min |
Definition at line 58 of file petsc/ex9p.cpp.
| int problem |
Definition at line 46 of file petsc/ex9p.cpp.
1.8.5