MFEM v2.0
Public Member Functions | Private Attributes
VectorGridFunctionCoefficient Class Reference

Vector coefficient defined by a vector GridFunction. More...

#include <coefficient.hpp>

Inheritance diagram for VectorGridFunctionCoefficient:
Inheritance graph
[legend]
Collaboration diagram for VectorGridFunctionCoefficient:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 VectorGridFunctionCoefficient (GridFunction *gf)
virtual void Eval (Vector &V, ElementTransformation &T, const IntegrationPoint &ip)
virtual ~VectorGridFunctionCoefficient ()

Private Attributes

GridFunctionGridFunc

Detailed Description

Vector coefficient defined by a vector GridFunction.

Definition at line 269 of file coefficient.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

Definition at line 272 of file coefficient.hpp.

Referenced by Eval(), and VectorGridFunctionCoefficient().


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines