MFEM v2.0
|
#include <coefficient.hpp>
Public Member Functions | |
VectorConstantCoefficient (const Vector &v) | |
virtual void | Eval (Vector &V, ElementTransformation &T, const IntegrationPoint &ip) |
Private Attributes | |
Vector | vec |
Definition at line 208 of file coefficient.hpp.
VectorConstantCoefficient::VectorConstantCoefficient | ( | const Vector & | v | ) | [inline] |
Definition at line 213 of file coefficient.hpp.
virtual void VectorConstantCoefficient::Eval | ( | Vector & | V, |
ElementTransformation & | T, | ||
const IntegrationPoint & | ip | ||
) | [inline, virtual] |
Vector VectorConstantCoefficient::vec [private] |
Definition at line 211 of file coefficient.hpp.
Referenced by Eval().