MFEM v4.7.0
Finite element discretization library
|
Go to the source code of this file.
Enumerations | |
enum | prob_type { beam , disc , lshape , fichera , load_src } |
Functions | |
void | maxwell_solution (const Vector &x, vector< complex< real_t > > &Eval) |
void | E_bdr_data_Re (const Vector &x, Vector &E) |
void | E_bdr_data_Im (const Vector &x, Vector &E) |
void | E_exact_Re (const Vector &x, Vector &E) |
void | E_exact_Im (const Vector &x, Vector &E) |
void | source (const Vector &x, Vector &f) |
void | detJ_JT_J_inv_Re (const Vector &x, PML *pml, Vector &D) |
void | detJ_JT_J_inv_Im (const Vector &x, PML *pml, Vector &D) |
void | detJ_JT_J_inv_abs (const Vector &x, PML *pml, Vector &D) |
void | detJ_inv_JT_J_Re (const Vector &x, PML *pml, Vector &D) |
void | detJ_inv_JT_J_Im (const Vector &x, PML *pml, Vector &D) |
void | detJ_inv_JT_J_abs (const Vector &x, PML *pml, Vector &D) |
template<typename T > | |
T | pow2 (const T &x) |
int | main (int argc, char *argv[]) |
Variables | |
Array2D< real_t > | comp_domain_bdr |
Array2D< real_t > | domain_bdr |
real_t | mu = 1.0 |
real_t | epsilon = 1.0 |
real_t | omega |
int | dim |
bool | exact_known = false |
prob_type | prob |
enum prob_type |