MFEM
v4.6.0
Finite element discretization library
|
Go to the source code of this file.
Enumerations | |
enum | prob_type { beam, disc, lshape, fichera, load_src, beam, disc, lshape, fichera, load_src, plane_wave, gaussian_beam, manufactured, EJ, manufactured, general, plane_wave, gaussian_beam, pml_general, pml_beam_scatter, pml_plane_wave_scatter, pml_pointsource, sinusoidal, EJ, curved_streamlines, bdr_layer, manufactured, lshape, plane_wave, fichera_oven, pml_general, pml_plane_wave_scatter, pml_pointsource } |
Functions | |
double | exact_u (const Vector &X) |
void | exact_gradu (const Vector &X, Vector &du) |
double | exact_laplacian_u (const Vector &X) |
void | exact_sigma (const Vector &X, Vector &sigma) |
double | exact_hatu (const Vector &X) |
void | exact_hatf (const Vector &X, Vector &hatf) |
double | f_exact (const Vector &X) |
double | 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 |
double | epsilon |
enum prob_type |
Definition at line 77 of file pconvection-diffusion.cpp.
double bdr_data | ( | const Vector & | X | ) |
Definition at line 808 of file pconvection-diffusion.cpp.
Definition at line 834 of file pconvection-diffusion.cpp.
Definition at line 659 of file pconvection-diffusion.cpp.
Definition at line 776 of file pconvection-diffusion.cpp.
double exact_hatu | ( | const Vector & | X | ) |
Definition at line 771 of file pconvection-diffusion.cpp.
double exact_laplacian_u | ( | const Vector & | X | ) |
Definition at line 713 of file pconvection-diffusion.cpp.
Definition at line 764 of file pconvection-diffusion.cpp.
double exact_u | ( | const Vector & | X | ) |
Definition at line 619 of file pconvection-diffusion.cpp.
double f_exact | ( | const Vector & | X | ) |
Definition at line 790 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 850 of file pconvection-diffusion.cpp.
Vector beta |
Definition at line 94 of file pconvection-diffusion.cpp.
double epsilon |
Definition at line 95 of file pconvection-diffusion.cpp.
prob_type prob |
Definition at line 93 of file pconvection-diffusion.cpp.