MFEM
v3.4
Finite element discretization library
|
Coefficient defined by a GridFunction. This coefficient is mesh dependent. More...
#include <coefficient.hpp>
Public Member Functions | |
GridFunctionCoefficient (GridFunction *gf, int comp=1) | |
void | SetGridFunction (GridFunction *gf) |
GridFunction * | GetGridFunction () const |
virtual double | Eval (ElementTransformation &T, const IntegrationPoint &ip) |
Public Member Functions inherited from mfem::Coefficient | |
Coefficient () | |
void | SetTime (double t) |
double | GetTime () |
double | Eval (ElementTransformation &T, const IntegrationPoint &ip, double t) |
virtual | ~Coefficient () |
Additional Inherited Members | |
Protected Attributes inherited from mfem::Coefficient | |
double | time |
Coefficient defined by a GridFunction. This coefficient is mesh dependent.
Definition at line 153 of file coefficient.hpp.
|
inline |
Construct GridFunctionCoefficient from a given GridFunction, and optionally specify a component to use if it is a vector GridFunction.
Definition at line 162 of file coefficient.hpp.
|
virtual |
Implements mfem::Coefficient.
Reimplemented in mfem::electromagnetics::ScaledGFCoefficient.
Definition at line 49 of file coefficient.cpp.
|
inline |
Definition at line 166 of file coefficient.hpp.
|
inline |
Definition at line 165 of file coefficient.hpp.