EpetraExt Package Browser (Single Doxygen Collection) Development
|
Given an input Epetra_MultiVector, a "reindexed" view is returned. More...
#include <EpetraExt_Reindex_MultiVector.h>
Public Member Functions | |
~MultiVector_Reindex () | |
Destructor. | |
MultiVector_Reindex (const Epetra_Map &new_row_map) | |
Constructor. | |
NewTypeRef | operator() (OriginalTypeRef orig) |
Constructs a "reindexed" view of the original using the given NewRowMap. | |
NewTypeRCP | transform (OriginalTypeRef orig) |
![]() | |
bool | fwd () |
Forward transfer of data from orig object input in the operator() method call to the new object created in this same call. | |
bool | rvs () |
Reverse transfer of data from new object created in the operator() method call to the orig object input to this same method. | |
virtual | ~ViewTransform () |
![]() | |
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. | |
Private Attributes | |
const Epetra_Map & | NewRowMap_ |
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_MultiVector, a "reindexed" view is returned.
Definition at line 55 of file EpetraExt_Reindex_MultiVector.h.
EpetraExt::MultiVector_Reindex::~MultiVector_Reindex | ( | ) |
Destructor.
Definition at line 51 of file EpetraExt_Reindex_MultiVector.cpp.
|
inline |
Constructor.
Definition at line 69 of file EpetraExt_Reindex_MultiVector.h.
MultiVector_Reindex::NewTypeRef EpetraExt::MultiVector_Reindex::operator() | ( | OriginalTypeRef | orig | ) |
Constructs a "reindexed" view of the original using the given NewRowMap.
Definition at line 58 of file EpetraExt_Reindex_MultiVector.cpp.
MultiVector_Reindex::NewTypeRCP EpetraExt::MultiVector_Reindex::transform | ( | OriginalTypeRef | orig | ) |
Definition at line 79 of file EpetraExt_Reindex_MultiVector.cpp.
|
private |
Definition at line 57 of file EpetraExt_Reindex_MultiVector.h.