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 | |
complex< double > | acoustics_solution (const Vector &X) |
void | acoustics_solution_grad (const Vector &X, vector< complex< double >> &dp) |
complex< double > | acoustics_solution_laplacian (const Vector &X) |
double | p_exact_r (const Vector &x) |
double | p_exact_i (const Vector &x) |
void | u_exact_r (const Vector &x, Vector &u) |
void | u_exact_i (const Vector &x, Vector &u) |
double | rhs_func_r (const Vector &x) |
double | rhs_func_i (const Vector &x) |
void | gradp_exact_r (const Vector &x, Vector &gradu) |
void | gradp_exact_i (const Vector &x, Vector &gradu) |
double | divu_exact_r (const Vector &x) |
double | divu_exact_i (const Vector &x) |
double | d2_exact_r (const Vector &x) |
double | d2_exact_i (const Vector &x) |
double | hatp_exact_r (const Vector &X) |
double | hatp_exact_i (const Vector &X) |
void | hatu_exact_r (const Vector &X, Vector &hatu) |
void | hatu_exact_i (const Vector &X, Vector &hatu) |
double | source_function (const Vector &x) |
int | main (int argc, char *argv[]) |
Variables | |
int | dim |
double | omega |
prob_type | prob |
enum prob_type |
Definition at line 157 of file pacoustics.cpp.
complex<double> acoustics_solution | ( | const Vector & | X | ) |
Definition at line 965 of file pacoustics.cpp.
void acoustics_solution_grad | ( | const Vector & | X, |
vector< complex< double >> & | dp | ||
) |
Definition at line 1034 of file pacoustics.cpp.
complex<double> acoustics_solution_laplacian | ( | const Vector & | X | ) |
Definition at line 1115 of file pacoustics.cpp.
double d2_exact_i | ( | const Vector & | x | ) |
Definition at line 905 of file pacoustics.cpp.
double d2_exact_r | ( | const Vector & | x | ) |
Definition at line 900 of file pacoustics.cpp.
double divu_exact_i | ( | const Vector & | x | ) |
Definition at line 943 of file pacoustics.cpp.
double divu_exact_r | ( | const Vector & | x | ) |
Definition at line 938 of file pacoustics.cpp.
Definition at line 889 of file pacoustics.cpp.
Definition at line 878 of file pacoustics.cpp.
double hatp_exact_i | ( | const Vector & | X | ) |
Definition at line 873 of file pacoustics.cpp.
double hatp_exact_r | ( | const Vector & | X | ) |
Definition at line 868 of file pacoustics.cpp.
Definition at line 929 of file pacoustics.cpp.
Definition at line 925 of file pacoustics.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 179 of file pacoustics.cpp.
double p_exact_i | ( | const Vector & | x | ) |
Definition at line 863 of file pacoustics.cpp.
double p_exact_r | ( | const Vector & | x | ) |
Definition at line 858 of file pacoustics.cpp.
double rhs_func_i | ( | const Vector & | x | ) |
Definition at line 958 of file pacoustics.cpp.
double rhs_func_r | ( | const Vector & | x | ) |
Definition at line 950 of file pacoustics.cpp.
double source_function | ( | const Vector & | x | ) |
Definition at line 1210 of file pacoustics.cpp.
Definition at line 919 of file pacoustics.cpp.
Definition at line 913 of file pacoustics.cpp.
int dim |
Definition at line 154 of file pacoustics.cpp.
double omega |
Definition at line 155 of file pacoustics.cpp.
prob_type prob |
Definition at line 177 of file pacoustics.cpp.