MFEM
v3.0
|
#include <coefficient.hpp>
Public Member Functions | |
VectorCoefficient (int vd) | |
void | SetTime (double t) |
double | GetTime () |
int | GetVDim () |
Returns dimension of the vector. More... | |
virtual void | Eval (Vector &V, ElementTransformation &T, const IntegrationPoint &ip)=0 |
virtual void | Eval (DenseMatrix &M, ElementTransformation &T, const IntegrationRule &ir) |
virtual | ~VectorCoefficient () |
Protected Attributes | |
int | vdim |
double | time |
Definition at line 210 of file coefficient.hpp.
|
inline |
Definition at line 217 of file coefficient.hpp.
|
inlinevirtual |
Definition at line 233 of file coefficient.hpp.
|
pure virtual |
|
virtual |
Reimplemented in mfem::VectorRestrictedCoefficient, and mfem::VectorGridFunctionCoefficient.
Definition at line 65 of file coefficient.cpp.
|
inline |
Definition at line 220 of file coefficient.hpp.
|
inline |
Returns dimension of the vector.
Definition at line 223 of file coefficient.hpp.
|
inline |
Definition at line 219 of file coefficient.hpp.
|
protected |
Definition at line 214 of file coefficient.hpp.
|
protected |
Definition at line 213 of file coefficient.hpp.