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. More... | |
MultiVector_Reindex (const Epetra_Map &new_row_map) | |
Constructor. More... | |
NewTypeRef | operator() (OriginalTypeRef orig) |
Constructs a "reindexed" view of the original using the given NewRowMap. More... | |
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. More... | |
bool | rvs () |
Reverse transfer of data from new object created in the operator() method call to the orig object input to this same method. More... | |
virtual | ~ViewTransform () |
![]() | |
virtual | ~SameTypeTransform () |
![]() | |
virtual | ~Transform () |
virtual NewTypeRef | operator() (OriginalTypeRef orig)=0 |
Analysis of transform operation on original object and construction of new object. More... | |
virtual bool | analyze (OriginalTypeRef orig) |
Initial analysis phase of transform. More... | |
virtual NewTypeRef | construct () |
Construction of new object as a result of the transform. More... | |
virtual bool | isConstructed () |
Check for whether transformed object has been constructed. More... | |
Private Attributes | |
const Epetra_Map & | NewRowMap_ |
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 52 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 59 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.