![]() |
MFEM v4.8.0
Finite element discretization library
|
Go to the source code of this file.
Enumerations | |
| enum | prob_type { sinusoidal , EJ , curved_streamlines , bdr_layer } |
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) |
| real_t | bdr_data (const Vector &X) |
| void | beta_function (const Vector &X, Vector &beta_val) |
| void | setup_test_norm_coeffs (ParGridFunction &c1_gf, ParGridFunction &c2_gf) |
| int | main (int argc, char *argv[]) |
Variables | |
| prob_type | prob |
| Vector | beta |
| real_t | epsilon |
| enum prob_type |
| Enumerator | |
|---|---|
| sinusoidal | |
| EJ | |
| curved_streamlines | |
| bdr_layer | |
Definition at line 77 of file pconvection-diffusion.cpp.
Definition at line 811 of file pconvection-diffusion.cpp.
Definition at line 837 of file pconvection-diffusion.cpp.
Definition at line 662 of file pconvection-diffusion.cpp.
Definition at line 779 of file pconvection-diffusion.cpp.
Definition at line 774 of file pconvection-diffusion.cpp.
Definition at line 716 of file pconvection-diffusion.cpp.
Definition at line 767 of file pconvection-diffusion.cpp.
Definition at line 622 of file pconvection-diffusion.cpp.
Definition at line 793 of file pconvection-diffusion.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 109 of file pconvection-diffusion.cpp.
| void setup_test_norm_coeffs | ( | ParGridFunction & | c1_gf, |
| ParGridFunction & | c2_gf ) |
Definition at line 853 of file pconvection-diffusion.cpp.
| Vector beta |
Definition at line 94 of file pconvection-diffusion.cpp.
| real_t epsilon |
Definition at line 95 of file pconvection-diffusion.cpp.
| prob_type prob |
Definition at line 93 of file pconvection-diffusion.cpp.