MFEM  v3.3
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Functions
mfem::electromagnetics Namespace Reference

Classes

class  MeshDependentCoefficient
 
class  ScaledGFCoefficient
 
class  MagneticDiffusionEOperator
 
class  JouleHeatingCoefficient
 
class  TeslaSolver
 
class  SurfaceCurrent
 
class  VoltaSolver
 

Functions

void edot_bc (const Vector &x, Vector &E)
 
void e_exact (const Vector &x, double t, Vector &E)
 
void b_exact (const Vector &x, double t, Vector &B)
 
double t_exact (Vector &x)
 
double p_bc (const Vector &x, double t)
 

Function Documentation

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

Definition at line 752 of file joule.cpp.

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

Definition at line 745 of file joule.cpp.

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

Definition at line 740 of file joule.cpp.

double mfem::electromagnetics::p_bc ( const Vector x,
double  t 
)

Definition at line 765 of file joule.cpp.

double mfem::electromagnetics::t_exact ( Vector x)

Definition at line 759 of file joule.cpp.