![]() |
MFEM v4.8.0
Finite element discretization library
|
#include <joule_solver.hpp>
Public Member Functions | |
| ScaledGFCoefficient (GridFunction *gf, MeshDependentCoefficient &input_mdc) | |
| real_t | Eval (ElementTransformation &T, const IntegrationPoint &ip) override |
| Evaluate the coefficient at ip. | |
| 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. | |
| const GridFunction * | GetGridFunction () const |
| Get the internal GridFunction. | |
| void | Project (QuadratureFunction &qf) override |
| Fill the QuadratureFunction qf by evaluating the coefficient at the quadrature points. | |
Public Member Functions inherited from mfem::Coefficient | |
| Coefficient () | |
| virtual void | SetTime (real_t t) |
| Set the time for time dependent coefficients. | |
| real_t | GetTime () |
| Get the time for time dependent coefficients. | |
| real_t | Eval (ElementTransformation &T, const IntegrationPoint &ip, real_t t) |
| Evaluate the coefficient in the element described by T at the point ip at time t. | |
| virtual | ~Coefficient () |
Additional Inherited Members | |
Protected Attributes inherited from mfem::Coefficient | |
| real_t | time |
Definition at line 67 of file joule_solver.hpp.
| mfem::electromagnetics::ScaledGFCoefficient::ScaledGFCoefficient | ( | GridFunction * | gf, |
| MeshDependentCoefficient & | input_mdc ) |
Definition at line 949 of file joule_solver.cpp.
|
inlinevirtual |
Definition at line 75 of file joule_solver.hpp.
|
overridevirtual |
Evaluate the coefficient at ip.
Reimplemented from mfem::GridFunctionCoefficient.
Definition at line 953 of file joule_solver.cpp.
|
inline |
Definition at line 74 of file joule_solver.hpp.