#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. | |
Private Attributes | |
| Epetra_Map | newRowMap_ |
| Epetra_Map | newColMap_ |
| Epetra_Map | newDomainMap_ |
| Epetra_Map | newRangeMap_ |
| Epetra_Import * | importer_ |
Definition at line 41 of file EpetraExt_SubCopy_CrsMatrix.h.
|
|
Destructor.
Definition at line 41 of file EpetraExt_SubCopy_CrsMatrix.cpp. |
|
|
Constructor.
Definition at line 56 of file EpetraExt_SubCopy_CrsMatrix.h. |
|
||||||||||||
|
Constructor.
Definition at line 64 of file EpetraExt_SubCopy_CrsMatrix.h. |
|
|
Transformation Operator.
Implements EpetraExt::Transform< T, U >. Definition at line 48 of file EpetraExt_SubCopy_CrsMatrix.cpp. |
|
|
Forward transfer of data from
Returns Preconditions: Invariants: Postconditions: Implements EpetraExt::Transform< T, U >. Definition at line 110 of file EpetraExt_SubCopy_CrsMatrix.cpp. |
|
|
Reverse transfer of data from new object created in the
Returns Preconditions: Invariants: Postconditions: Implements EpetraExt::Transform< T, U >. Definition at line 124 of file EpetraExt_SubCopy_CrsMatrix.cpp. |
|
|
Definition at line 43 of file EpetraExt_SubCopy_CrsMatrix.h. |
|
|
Definition at line 44 of file EpetraExt_SubCopy_CrsMatrix.h. |
|
|
Definition at line 45 of file EpetraExt_SubCopy_CrsMatrix.h. |
|
|
Definition at line 46 of file EpetraExt_SubCopy_CrsMatrix.h. |
|
|
Definition at line 47 of file EpetraExt_SubCopy_CrsMatrix.h. |
1.3.9.1