MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::electromagnetics Namespace Reference

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
 

Function Documentation

◆ b_exact()

void mfem::electromagnetics::b_exact ( const Vector & x,
real_t t,
Vector & B )

Definition at line 745 of file joule.cpp.

◆ e_exact()

void mfem::electromagnetics::e_exact ( const Vector & x,
real_t t,
Vector & E )

Definition at line 738 of file joule.cpp.

◆ edot_bc()

void mfem::electromagnetics::edot_bc ( const Vector & x,
Vector & E )

Definition at line 733 of file joule.cpp.

◆ p_bc()

real_t mfem::electromagnetics::p_bc ( const Vector & x,
real_t t )

Definition at line 758 of file joule.cpp.

◆ prodFunc()

real_t mfem::electromagnetics::prodFunc ( real_t a,
real_t b )

Definition at line 27 of file maxwell_solver.cpp.

◆ t_exact()

real_t mfem::electromagnetics::t_exact ( const Vector & x)

Definition at line 752 of file joule.cpp.

Variable Documentation

◆ SOLVER_MAX_IT

const int mfem::electromagnetics::SOLVER_MAX_IT = 1000

Definition at line 31 of file joule_solver.hpp.

◆ SOLVER_PRINT_LEVEL

int mfem::electromagnetics::SOLVER_PRINT_LEVEL = 0
extern

Definition at line 124 of file joule.cpp.

◆ SOLVER_TOL

const real_t mfem::electromagnetics::SOLVER_TOL = 1.0e-9

Definition at line 30 of file joule_solver.hpp.

◆ STATIC_COND

int mfem::electromagnetics::STATIC_COND = 0
extern

Definition at line 125 of file joule.cpp.