EpetraExt Development
|
Given an input Epetra_Vector, apply given dirichlet conditions. More...
#include <EpetraExt_Dirichlet_Vector.h>
Public Member Functions | |
~Vector_Dirichlet () | |
Destructor. | |
Vector_Dirichlet (const Epetra_IntVector &Locations, const Epetra_Vector &Values) | |
Constructor. | |
bool | fwd () |
Applies Dirichlet BC's. | |
bool | rvs () |
NoOp. | |
![]() | |
Transform< Epetra_Vector, Epetra_Vector >::NewTypeRef | operator() (typename Transform< Epetra_Vector, Epetra_Vector >::OriginalTypeRef orig) |
virtual | ~InPlaceTransform () |
![]() | |
virtual | ~SameTypeTransform () |
![]() | |
virtual | ~Transform () |
virtual bool | analyze (OriginalTypeRef orig) |
Initial analysis phase of transform. | |
virtual NewTypeRef | construct () |
Construction of new object as a result of the transform. | |
virtual bool | isConstructed () |
Check for whether transformed object has been constructed. | |
virtual NewTypeRef | operator() (OriginalTypeRef orig)=0 |
Analysis of transform operation on original object and construction of new object. | |
Additional Inherited Members | |
![]() | |
typedef T | TransformType |
typedef T * | TransformTypePtr |
typedef T & | TransformTypeRef |
![]() | |
typedef T | OriginalType |
typedef T * | OriginalTypePtr |
typedef Teuchos::RCP< T > | OriginalTypeRCP |
typedef T & | OriginalTypeRef |
typedef T | NewType |
typedef T * | NewTypePtr |
typedef Teuchos::RCP< T > | NewTypeRCP |
typedef T & | NewTypeRef |
![]() | |
Transform () | |
Default constructor, protected to allow only derived classes to use. | |
![]() | |
OriginalTypePtr | origObj_ |
NewTypePtr | newObj_ |
Given an input Epetra_Vector, apply given dirichlet conditions.
Definition at line 55 of file EpetraExt_Dirichlet_Vector.h.
|
inline |
Destructor.
Definition at line 62 of file EpetraExt_Dirichlet_Vector.h.
|
inline |
Constructor.
Locations | Integer Vector containing 1's for Dirichlet rows and 0's if not |
Values | Vector containing values of the Dirichlet BC's |
Definition at line 69 of file EpetraExt_Dirichlet_Vector.h.
|
virtual |
Applies Dirichlet BC's.
Implements EpetraExt::Transform< T, T >.
|
virtual |
NoOp.
Implements EpetraExt::Transform< T, T >.