MFEM  v4.3.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
mfem::electromagnetics::JouleHeatingCoefficient Class Reference

#include <joule_solver.hpp>

Inheritance diagram for mfem::electromagnetics::JouleHeatingCoefficient:
[legend]
Collaboration diagram for mfem::electromagnetics::JouleHeatingCoefficient:
[legend]

Public Member Functions

 JouleHeatingCoefficient (const MeshDependentCoefficient &sigma_, ParGridFunction &E_gf_)
 
virtual double Eval (ElementTransformation &T, const IntegrationPoint &ip)
 Evaluate the coefficient in the element described by T at the point ip. More...
 
virtual ~JouleHeatingCoefficient ()
 
- Public Member Functions inherited from mfem::Coefficient
 Coefficient ()
 
void SetTime (double t)
 Set the time for time dependent coefficients. More...
 
double GetTime ()
 Get the time for time dependent coefficients. More...
 
double Eval (ElementTransformation &T, const IntegrationPoint &ip, double t)
 Evaluate the coefficient in the element described by T at the point ip at time t. More...
 
virtual ~Coefficient ()
 

Additional Inherited Members

- Protected Attributes inherited from mfem::Coefficient
double time
 

Detailed Description

Definition at line 229 of file joule_solver.hpp.

Constructor & Destructor Documentation

mfem::electromagnetics::JouleHeatingCoefficient::JouleHeatingCoefficient ( const MeshDependentCoefficient sigma_,
ParGridFunction E_gf_ 
)
inline

Definition at line 235 of file joule_solver.hpp.

virtual mfem::electromagnetics::JouleHeatingCoefficient::~JouleHeatingCoefficient ( )
inlinevirtual

Definition at line 239 of file joule_solver.hpp.

Member Function Documentation

double mfem::electromagnetics::JouleHeatingCoefficient::Eval ( ElementTransformation T,
const IntegrationPoint ip 
)
virtual

Evaluate the coefficient in the element described by T at the point ip.

Note
When this method is called, the caller must make sure that the IntegrationPoint associated with T is the same as ip. This can be achieved by calling T.SetIntPoint(&ip).

Implements mfem::Coefficient.

Definition at line 904 of file joule_solver.cpp.


The documentation for this class was generated from the following files: