|
MFEM
v3.3.2
Finite element discretization library
|
VectorCoefficient defined on a subset of domain or boundary attributes. More...
#include <coefficient.hpp>
Public Member Functions | |
| VectorRestrictedCoefficient (VectorCoefficient &vc, Array< int > &attr) | |
| virtual void | Eval (Vector &V, ElementTransformation &T, const IntegrationPoint &ip) |
| virtual void | Eval (DenseMatrix &M, ElementTransformation &T, const IntegrationRule &ir) |
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 | ~VectorCoefficient () |
Additional Inherited Members | |
Protected Attributes inherited from mfem::VectorCoefficient | |
| int | vdim |
| double | time |
VectorCoefficient defined on a subset of domain or boundary attributes.
Definition at line 427 of file coefficient.hpp.
|
inline |
Definition at line 434 of file coefficient.hpp.
|
virtual |
Implements mfem::VectorCoefficient.
Definition at line 187 of file coefficient.cpp.
|
virtual |
Reimplemented from mfem::VectorCoefficient.
Definition at line 202 of file coefficient.cpp.
1.8.5