![]() |
MFEM v4.10.0
Finite element discretization library
|
Go to the source code of this file.
Functions | |
| real_t | RHO_exact (const Vector &x) |
| real_t | W_exact (const Vector &x) |
| real_t | weight (const Vector &x) |
| void | visualize (VisItDataCollection &, string, int, int, int visport=19916) |
| real_t | compute_mass (GridFunction &, real_t, string, CoefficientWithOrder) |
| int | main (int argc, char *argv[]) |
Variables | |
| int | problem = 1 |
| int | Wx = 0 |
| int | Wy = 0 |
| int | Ww = 350 |
| int | Wh = 350 |
| int | offx = Ww+5 |
| int | offy = Wh+25 |
| string | space |
| string | direction |
| real_t compute_mass | ( | GridFunction & | gf, |
| real_t | oldmass, | ||
| string | prefix, | ||
| CoefficientWithOrder | mass_coeff ) |
Definition at line 368 of file lor-transfer.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 70 of file lor-transfer.cpp.
Definition at line 320 of file lor-transfer.cpp.
| void visualize | ( | VisItDataCollection & | dc, |
| string | prefix, | ||
| int | x, | ||
| int | y, | ||
| int | visport = 19916 ) |
Definition at line 352 of file lor-transfer.cpp.
Definition at line 340 of file lor-transfer.cpp.
Definition at line 346 of file lor-transfer.cpp.
| string direction |
Definition at line 59 of file lor-transfer.cpp.
| int offx = Ww+5 |
Definition at line 56 of file lor-transfer.cpp.
| int offy = Wh+25 |
Definition at line 56 of file lor-transfer.cpp.
| int problem = 1 |
Definition at line 52 of file lor-transfer.cpp.
| string space |
Definition at line 58 of file lor-transfer.cpp.
| int Wh = 350 |
Definition at line 55 of file lor-transfer.cpp.
| int Ww = 350 |
Definition at line 55 of file lor-transfer.cpp.
| int Wx = 0 |
Definition at line 54 of file lor-transfer.cpp.
| int Wy = 0 |
Definition at line 54 of file lor-transfer.cpp.