|
EpetraExt 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) |
Public Member Functions inherited from EpetraExt::ViewTransform< Epetra_MultiVector > | |
| 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 () |
Public Member Functions inherited from EpetraExt::SameTypeTransform< Epetra_MultiVector > | |
| virtual | ~SameTypeTransform () |
Public Member Functions inherited from EpetraExt::Transform< Epetra_MultiVector, Epetra_MultiVector > | |
| virtual | ~Transform () |
| 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... | |
| virtual NewTypeRef | operator() (OriginalTypeRef orig)=0 |
| Analysis of transform operation on original object and construction of new object. More... | |
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.