![]() |
MFEM v4.10.0
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
| namespace | ds_common |
Functions | |
| void | ds_common::AssembleElementLpqJacobiDiag (ParBilinearForm &form, real_t p, real_t q, Vector &diag) |
| real_t | ds_common::diffusion_solution (const Vector &x) |
| real_t | ds_common::diffusion_source (const Vector &x) |
| void | ds_common::maxwell_solution (const Vector &x, Vector &u) |
| void | ds_common::maxwell_source (const Vector &x, Vector &f) |
Variables | |
| int | ds_common::MONITOR_DIGITS = 20 |
| int | ds_common::MG_MAX_ITER = 10 |
| real_t | ds_common::MG_REL_TOL = std::sqrt(1e-10) |
| int | ds_common::dim = 0 |
| int | ds_common::space_dim = 0 |
| real_t | ds_common::freq = 1.0 |
| real_t | ds_common::kappa = 1.0 |