MFEM
v3.2
Finite element discretization library
|
#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 228 of file coefficient.hpp.
|
inline |
Definition at line 235 of file coefficient.hpp.
|
inlinevirtual |
Definition at line 251 of file coefficient.hpp.
|
pure virtual |
|
virtual |
Reimplemented in mfem::VectorRestrictedCoefficient, and mfem::VectorGridFunctionCoefficient.
Definition at line 69 of file coefficient.cpp.
|
inline |
Definition at line 238 of file coefficient.hpp.
|
inline |
Returns dimension of the vector.
Definition at line 241 of file coefficient.hpp.
|
inline |
Definition at line 237 of file coefficient.hpp.
|
protected |
Definition at line 232 of file coefficient.hpp.
|
protected |
Definition at line 231 of file coefficient.hpp.