|
MFEM
v3.3.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 261 of file coefficient.hpp.
|
inline |
Definition at line 268 of file coefficient.hpp.
|
inlinevirtual |
Definition at line 284 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 271 of file coefficient.hpp.
|
inline |
Returns dimension of the vector.
Definition at line 274 of file coefficient.hpp.
|
inline |
Definition at line 270 of file coefficient.hpp.
|
protected |
Definition at line 265 of file coefficient.hpp.
|
protected |
Definition at line 264 of file coefficient.hpp.
1.8.5