|
MFEM
v3.0
|
Vector coefficient defined by a vector GridFunction. More...
#include <coefficient.hpp>
Public Member Functions | |
| VectorGridFunctionCoefficient (GridFunction *gf) | |
| 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 () |
Additional Inherited Members | |
Protected Attributes inherited from mfem::VectorCoefficient | |
| int | vdim |
| double | time |
Vector coefficient defined by a vector GridFunction.
Definition at line 313 of file coefficient.hpp.
| mfem::VectorGridFunctionCoefficient::VectorGridFunctionCoefficient | ( | GridFunction * | gf | ) |
Definition at line 117 of file coefficient.cpp.
|
inlinevirtual |
Definition at line 327 of file coefficient.hpp.
|
virtual |
Implements mfem::VectorCoefficient.
Definition at line 123 of file coefficient.cpp.
|
virtual |
Reimplemented from mfem::VectorCoefficient.
Definition at line 129 of file coefficient.cpp.
1.8.5