MFEM
v3.4
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 268 of file coefficient.hpp.
|
inline |
Definition at line 275 of file coefficient.hpp.
|
inlinevirtual |
Definition at line 291 of file coefficient.hpp.
|
pure virtual |
|
virtual |
Reimplemented in mfem::VectorRestrictedCoefficient, and mfem::VectorGridFunctionCoefficient.
Definition at line 91 of file coefficient.cpp.
|
inline |
Definition at line 278 of file coefficient.hpp.
|
inline |
Returns dimension of the vector.
Definition at line 281 of file coefficient.hpp.
|
inline |
Definition at line 277 of file coefficient.hpp.
|
protected |
Definition at line 272 of file coefficient.hpp.
|
protected |
Definition at line 271 of file coefficient.hpp.