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

VectorCoefficient defined on a subset of domain or boundary attributes. More...

#include <coefficient.hpp>

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

List of all members.

Public Member Functions

 VectorRestrictedCoefficient (VectorCoefficient &vc, Array< int > &attr)
virtual void Eval (Vector &V, ElementTransformation &T, const IntegrationPoint &ip)

Private Attributes

VectorCoefficientc
Array< int > active_attr

Detailed Description

VectorCoefficient defined on a subset of domain or boundary attributes.

Definition at line 284 of file coefficient.hpp.


Constructor & Destructor Documentation

VectorRestrictedCoefficient::VectorRestrictedCoefficient ( VectorCoefficient vc,
Array< int > &  attr 
) [inline]

Definition at line 291 of file coefficient.hpp.

References active_attr, c, and Array< T >::Copy().


Member Function Documentation

void VectorRestrictedCoefficient::Eval ( Vector V,
ElementTransformation T,
const IntegrationPoint ip 
) [virtual]

Member Data Documentation

Definition at line 288 of file coefficient.hpp.

Referenced by Eval(), and VectorRestrictedCoefficient().

Definition at line 287 of file coefficient.hpp.

Referenced by Eval(), and VectorRestrictedCoefficient().


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