#include <EpetraExt_SubCopy_CrsMatrix.h>
Inheritance diagram for EpetraExt::CrsMatrix_SubCopy:

Public Member Functions | |
| ~CrsMatrix_SubCopy () | |
| Destructor. | |
| CrsMatrix_SubCopy (const Epetra_Map &newMap) | |
| Constructor. | |
| CrsMatrix_SubCopy (const Epetra_Map &newRangeAndRowMap, const Epetra_Map &newDomainMap) | |
| Constructor. | |
| NewTypeRef | operator() (OriginalTypeRef orig) |
| Transformation Operator. | |
| 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. | |
Definition at line 41 of file EpetraExt_SubCopy_CrsMatrix.h.
| EpetraExt::CrsMatrix_SubCopy::~CrsMatrix_SubCopy | ( | ) |
| EpetraExt::CrsMatrix_SubCopy::CrsMatrix_SubCopy | ( | const Epetra_Map & | newMap | ) | [inline] |
| EpetraExt::CrsMatrix_SubCopy::CrsMatrix_SubCopy | ( | const Epetra_Map & | newRangeAndRowMap, | |
| const Epetra_Map & | newDomainMap | |||
| ) | [inline] |
| CrsMatrix_SubCopy::NewTypeRef EpetraExt::CrsMatrix_SubCopy::operator() | ( | OriginalTypeRef | orig | ) |
| bool EpetraExt::CrsMatrix_SubCopy::fwd | ( | ) | [virtual] |
Forward transfer of data from orig object input in the operator() method call to the new object created in this same call.
Returns true is operation is successful.
Preconditions:
Invariants:
Postconditions:
Implements EpetraExt::Transform< T, U >.
Definition at line 110 of file EpetraExt_SubCopy_CrsMatrix.cpp.
| bool EpetraExt::CrsMatrix_SubCopy::rvs | ( | ) | [virtual] |
Reverse transfer of data from new object created in the operator() method call to the orig object input to this same method.
Returns true if operation is successful.
Preconditions:
Invariants:
Postconditions:
Implements EpetraExt::Transform< T, U >.
Definition at line 124 of file EpetraExt_SubCopy_CrsMatrix.cpp.
1.4.7