MFEM v4.7.0
Finite element discretization library
|
Classes | |
class | JouleHeatingCoefficient |
class | MagneticDiffusionEOperator |
class | MaxwellSolver |
class | MeshDependentCoefficient |
class | ScaledGFCoefficient |
class | SurfaceCurrent |
class | TeslaSolver |
class | VoltaSolver |
Functions | |
void | edot_bc (const Vector &x, Vector &E) |
void | e_exact (const Vector &x, real_t t, Vector &E) |
void | b_exact (const Vector &x, real_t t, Vector &B) |
real_t | t_exact (const Vector &x) |
real_t | p_bc (const Vector &x, real_t t) |
real_t | prodFunc (real_t a, real_t b) |
Variables | |
const real_t | SOLVER_TOL = 1.0e-9 |
const int | SOLVER_MAX_IT = 1000 |
int | SOLVER_PRINT_LEVEL = 0 |
int | STATIC_COND = 0 |
Definition at line 27 of file maxwell_solver.cpp.
const int mfem::electromagnetics::SOLVER_MAX_IT = 1000 |
Definition at line 31 of file joule_solver.hpp.
const real_t mfem::electromagnetics::SOLVER_TOL = 1.0e-9 |
Definition at line 30 of file joule_solver.hpp.