MFEM v2.0
|
Vector coefficient defined by a vector GridFunction. More...
#include <coefficient.hpp>
Public Member Functions | |
VectorGridFunctionCoefficient (GridFunction *gf) | |
virtual void | Eval (Vector &V, ElementTransformation &T, const IntegrationPoint &ip) |
virtual | ~VectorGridFunctionCoefficient () |
Private Attributes | |
GridFunction * | GridFunc |
Vector coefficient defined by a vector GridFunction.
Definition at line 269 of file coefficient.hpp.
VectorGridFunctionCoefficient::VectorGridFunctionCoefficient | ( | GridFunction * | gf | ) |
Definition at line 103 of file coefficient.cpp.
References GridFunc.
virtual VectorGridFunctionCoefficient::~VectorGridFunctionCoefficient | ( | ) | [inline, virtual] |
Definition at line 280 of file coefficient.hpp.
void VectorGridFunctionCoefficient::Eval | ( | Vector & | V, |
ElementTransformation & | T, | ||
const IntegrationPoint & | ip | ||
) | [virtual] |
Implements VectorCoefficient.
Definition at line 109 of file coefficient.cpp.
References ElementTransformation::ElementNo, and GridFunc.
Definition at line 272 of file coefficient.hpp.
Referenced by Eval(), and VectorGridFunctionCoefficient().