MFEM
v3.4
Finite element discretization library
|
Vector coefficient defined by a vector GridFunction. More...
#include <coefficient.hpp>
Public Member Functions | |
VectorGridFunctionCoefficient (GridFunction *gf) | |
void | SetGridFunction (GridFunction *gf) |
GridFunction * | GetGridFunction () const |
virtual void | Eval (Vector &V, ElementTransformation &T, const IntegrationPoint &ip) |
virtual void | Eval (DenseMatrix &M, ElementTransformation &T, const IntegrationRule &ir) |
virtual | ~VectorGridFunctionCoefficient () |
Public Member Functions inherited from mfem::VectorCoefficient | |
VectorCoefficient (int vd) | |
void | SetTime (double t) |
double | GetTime () |
int | GetVDim () |
Returns dimension of the vector. More... | |
virtual | ~VectorCoefficient () |
Protected Attributes | |
GridFunction * | GridFunc |
Protected Attributes inherited from mfem::VectorCoefficient | |
int | vdim |
double | time |
Vector coefficient defined by a vector GridFunction.
Definition at line 371 of file coefficient.hpp.
mfem::VectorGridFunctionCoefficient::VectorGridFunctionCoefficient | ( | GridFunction * | gf | ) |
Definition at line 155 of file coefficient.cpp.
|
inlinevirtual |
Definition at line 388 of file coefficient.hpp.
|
virtual |
Implements mfem::VectorCoefficient.
Definition at line 161 of file coefficient.cpp.
|
virtual |
Reimplemented from mfem::VectorCoefficient.
Definition at line 167 of file coefficient.cpp.
|
inline |
Definition at line 380 of file coefficient.hpp.
|
inline |
Definition at line 379 of file coefficient.hpp.
|
protected |
Definition at line 374 of file coefficient.hpp.