|
MFEM
v3.2
Finite element discretization library
|
#include <coefficient.hpp>
Public Member Functions | |
| VectorConstantCoefficient (const Vector &v) | |
| virtual void | Eval (Vector &V, ElementTransformation &T, const IntegrationPoint &ip) |
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 void | Eval (DenseMatrix &M, ElementTransformation &T, const IntegrationRule &ir) |
| virtual | ~VectorCoefficient () |
Additional Inherited Members | |
Protected Attributes inherited from mfem::VectorCoefficient | |
| int | vdim |
| double | time |
Definition at line 254 of file coefficient.hpp.
|
inline |
Definition at line 259 of file coefficient.hpp.
|
inlinevirtual |
Implements mfem::VectorCoefficient.
Definition at line 262 of file coefficient.hpp.
1.8.5