#include <coefficient.hpp>
Inherited by Deformation, mfem::CurlGridFunctionCoefficient, mfem::GradientGridFunctionCoefficient, mfem::internal::ShapeCoefficient, mfem::internal::VDotVShapeCoefficient, mfem::MatVecCoefficient, mfem::NodeExtrudeCoefficient, mfem::ScalarVectorProductCoefficient, mfem::VectorArrayCoefficient, mfem::VectorConstantCoefficient, mfem::VectorCrossProductCoefficient, mfem::VectorDeltaCoefficient, mfem::VectorFunctionCoefficient, mfem::VectorGridFunctionCoefficient, mfem::VectorRestrictedCoefficient, and mfem::VectorSumCoefficient.
Definition at line 280 of file coefficient.hpp.
mfem::VectorCoefficient::VectorCoefficient |
( |
int |
vd | ) |
|
|
inline |
virtual mfem::VectorCoefficient::~VectorCoefficient |
( |
| ) |
|
|
inlinevirtual |
Evaluate the vector coefficient in the element described by T at the point ip, storing the result in V.
- Note
- When this method is called, the caller must make sure that the IntegrationPoint associated with T is the same as ip. This can be achieved by calling T.SetIntPoint(&ip).
Implemented in mfem::NodeExtrudeCoefficient, mfem::MatVecCoefficient, mfem::VectorCrossProductCoefficient, mfem::ScalarVectorProductCoefficient, mfem::VectorSumCoefficient, mfem::VectorRestrictedCoefficient, mfem::VectorDeltaCoefficient, mfem::CurlGridFunctionCoefficient, mfem::GradientGridFunctionCoefficient, mfem::VectorGridFunctionCoefficient, mfem::VectorArrayCoefficient, mfem::VectorFunctionCoefficient, and mfem::VectorConstantCoefficient.
double mfem::VectorCoefficient::GetTime |
( |
| ) |
|
|
inline |
int mfem::VectorCoefficient::GetVDim |
( |
| ) |
|
|
inline |
void mfem::VectorCoefficient::SetTime |
( |
double |
t | ) |
|
|
inline |
double mfem::VectorCoefficient::time |
|
protected |
int mfem::VectorCoefficient::vdim |
|
protected |
The documentation for this class was generated from the following files: