|
EpetraExt Package Browser (Single Doxygen Collection)
Development
|
Go to the documentation of this file.
42 #ifndef EpetraExt_CRSGRAPH_SUBCOPY_H
43 #define EpetraExt_CRSGRAPH_SUBCOPY_H
95 template<
typename int_type>
101 #endif //EpetraExt_CRSGRAPH_SUBCOPY_H
CrsMatrix_SubCopy(const Epetra_Map &newRangeAndRowMap, const Epetra_Map &newDomainMap)
Constructor.
NewTypeRef operator()(OriginalTypeRef orig)
Transformation Operator.
Generates a sub-block view of a Epetra_CrsMatrix.
~CrsMatrix_SubCopy()
Destructor.
Epetra_Import * importer_
bool rvs()
Reverse transfer of data from new object created in the operator() method call to the orig object inp...
bool fwd()
Forward transfer of data from orig object input in the operator() method call to the new object creat...
CrsMatrix_SubCopy(const Epetra_Map &newMap)
Constructor.
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.
NewTypeRef transform(OriginalTypeRef orig)