![]() |
MFEM
v4.2.0
Finite element discretization library
|
#include <joule_solver.hpp>
Public Member Functions | |
| ScaledGFCoefficient (GridFunction *gf, MeshDependentCoefficient &input_mdc) | |
| virtual double | Eval (ElementTransformation &T, const IntegrationPoint &ip) |
| Evaluate the coefficient at ip. More... | |
| void | SetMDC (const MeshDependentCoefficient &input_mdc) |
| virtual | ~ScaledGFCoefficient () |
Public Member Functions inherited from mfem::GridFunctionCoefficient | |
| GridFunctionCoefficient () | |
| GridFunctionCoefficient (const GridFunction *gf, int comp=1) | |
| void | SetGridFunction (const GridFunction *gf) |
| Set the internal GridFunction. More... | |
| const GridFunction * | GetGridFunction () const |
| Get the internal GridFunction. More... | |
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 |
Definition at line 67 of file joule_solver.hpp.
| mfem::electromagnetics::ScaledGFCoefficient::ScaledGFCoefficient | ( | GridFunction * | gf, |
| MeshDependentCoefficient & | input_mdc | ||
| ) |
Definition at line 955 of file joule_solver.cpp.
|
inlinevirtual |
Definition at line 75 of file joule_solver.hpp.
|
virtual |
Evaluate the coefficient at ip.
Reimplemented from mfem::GridFunctionCoefficient.
Definition at line 959 of file joule_solver.cpp.
|
inline |
Definition at line 74 of file joule_solver.hpp.
1.8.5