![]() |
MFEM v4.8.0
Finite element discretization library
|
Go to the source code of this file.
Enumerations | |
| enum | prob_type { manufactured , EJ } |
Functions | |
| real_t | exact_u (const Vector &X) |
| void | exact_gradu (const Vector &X, Vector &du) |
| real_t | exact_laplacian_u (const Vector &X) |
| void | exact_sigma (const Vector &X, Vector &sigma) |
| real_t | exact_hatu (const Vector &X) |
| void | exact_hatf (const Vector &X, Vector &hatf) |
| real_t | f_exact (const Vector &X) |
| void | setup_test_norm_coeffs (GridFunction &c1_gf, GridFunction &c2_gf) |
| int | main (int argc, char *argv[]) |
Variables | |
| prob_type | prob |
| Vector | beta |
| real_t | epsilon |
| enum prob_type |
| Enumerator | |
|---|---|
| manufactured | |
| EJ | |
Definition at line 75 of file convection-diffusion.cpp.
Definition at line 499 of file convection-diffusion.cpp.
Definition at line 593 of file convection-diffusion.cpp.
Definition at line 588 of file convection-diffusion.cpp.
Definition at line 540 of file convection-diffusion.cpp.
Definition at line 581 of file convection-diffusion.cpp.
Definition at line 468 of file convection-diffusion.cpp.
Definition at line 605 of file convection-diffusion.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 94 of file convection-diffusion.cpp.
| void setup_test_norm_coeffs | ( | GridFunction & | c1_gf, |
| GridFunction & | c2_gf ) |
Definition at line 620 of file convection-diffusion.cpp.
| Vector beta |
Definition at line 82 of file convection-diffusion.cpp.
| real_t epsilon |
Definition at line 83 of file convection-diffusion.cpp.
| prob_type prob |
Definition at line 81 of file convection-diffusion.cpp.