MFEM
v3.0
|
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 331 of file coefficient.hpp.
|
inline |
Definition at line 338 of file coefficient.hpp.
|
virtual |
Implements mfem::VectorCoefficient.
Definition at line 135 of file coefficient.cpp.
|
virtual |
Reimplemented from mfem::VectorCoefficient.
Definition at line 148 of file coefficient.cpp.