![]() |
MFEM v4.8.0
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
| namespace | mfem |
| namespace | mfem::electromagnetics |
Functions | |
| void | mfem::electromagnetics::edot_bc (const Vector &x, Vector &E) |
| void | mfem::electromagnetics::e_exact (const Vector &x, real_t t, Vector &E) |
| void | mfem::electromagnetics::b_exact (const Vector &x, real_t t, Vector &B) |
| real_t | mfem::electromagnetics::p_bc (const Vector &x, real_t t) |
| real_t | mfem::electromagnetics::t_exact (const Vector &x) |
Variables | |
| const real_t | mfem::electromagnetics::SOLVER_TOL = 1.0e-9 |
| const int | mfem::electromagnetics::SOLVER_MAX_IT = 1000 |
| int | mfem::electromagnetics::SOLVER_PRINT_LEVEL = 0 |
| int | mfem::electromagnetics::STATIC_COND = 0 |