|
MFEM
v3.0
|
Vector coefficient defined by an array of scalar coefficients. More...
#include <coefficient.hpp>
Public Member Functions | |
| VectorArrayCoefficient (int dim) | |
| Construct vector of dim coefficients. More... | |
| Coefficient & | GetCoeff (int i) |
| Returns i'th coefficient. More... | |
| Coefficient ** | GetCoeffs () |
| void | Set (int i, Coefficient *c) |
| Sets coefficient in the vector. More... | |
| double | Eval (int i, ElementTransformation &T, IntegrationPoint &ip) |
| Evaluates i'th component of the vector. More... | |
| virtual void | Eval (Vector &V, ElementTransformation &T, const IntegrationPoint &ip) |
| virtual | ~VectorArrayCoefficient () |
| Destroys vector coefficient. More... | |
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 |
Vector coefficient defined by an array of scalar coefficients.
Definition at line 283 of file coefficient.hpp.
|
explicit |
Construct vector of dim coefficients.
Definition at line 96 of file coefficient.cpp.
|
virtual |
Destroys vector coefficient.
Definition at line 103 of file coefficient.cpp.
|
inline |
Evaluates i'th component of the vector.
Definition at line 301 of file coefficient.hpp.
|
virtual |
Implements mfem::VectorCoefficient.
Definition at line 109 of file coefficient.cpp.
|
inline |
Returns i'th coefficient.
Definition at line 293 of file coefficient.hpp.
|
inline |
Definition at line 295 of file coefficient.hpp.
|
inline |
Sets coefficient in the vector.
Definition at line 298 of file coefficient.hpp.
1.8.5