|
EpetraExt
Development
|
Generates a sub-block view of a Epetra_CrsMatrix. More...
#include <EpetraExt_SubCopy_CrsMatrix.h>

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. | |
Generates a sub-block view of a Epetra_CrsMatrix.
Definition at line 54 of file EpetraExt_SubCopy_CrsMatrix.h.
Destructor.
Definition at line 55 of file EpetraExt_SubCopy_CrsMatrix.cpp.
| EpetraExt::CrsMatrix_SubCopy::CrsMatrix_SubCopy | ( | const Epetra_Map & | newMap | ) | [inline] |
Constructor.
Definition at line 69 of file EpetraExt_SubCopy_CrsMatrix.h.
| EpetraExt::CrsMatrix_SubCopy::CrsMatrix_SubCopy | ( | const Epetra_Map & | newRangeAndRowMap, |
| const Epetra_Map & | newDomainMap | ||
| ) | [inline] |
Constructor.
Definition at line 77 of file EpetraExt_SubCopy_CrsMatrix.h.
| CrsMatrix_SubCopy::NewTypeRef EpetraExt::CrsMatrix_SubCopy::operator() | ( | OriginalTypeRef | orig | ) | [virtual] |
Transformation Operator.
Implements EpetraExt::Transform< T, U >.
Definition at line 134 of file EpetraExt_SubCopy_CrsMatrix.cpp.
| 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 155 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 169 of file EpetraExt_SubCopy_CrsMatrix.cpp.
1.7.6.1