42 #ifndef EpetraExt_MAPCOLORINGINDEX_H 43 #define EpetraExt_MAPCOLORINGINDEX_H 49 #ifndef EPETRA_NO_32BIT_GLOBAL_INDICES 69 std::vector<Epetra_IntVector>&
operator()( Epetra_CrsGraph& orig );
73 #ifndef EPETRA_NO_64BIT_GLOBAL_INDICES 93 std::vector<Epetra_LongLongVector>&
operator()( Epetra_CrsGraph& orig );
119 #endif //EpetraExt_CRSGRAPH_MAPCOLORINGINDEX_H
~CrsGraph_MapColoringIndex()
Destructor.
CrsGraph_MapColoringIndex(const Epetra_MapColoring &ColorMap)
Constructor input param ColorMap defines the perturbation coloring.
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.
CrsGraph_MapColoringIndex64(const Epetra_MapColoring &ColorMap)
Constructor input param ColorMap defines the perturbation coloring.
Generates a std::vector of Epetra_IntVector's to be used to map perturbation contributions to a CrsGr...
~CrsGraph_MapColoringIndex64()
Destructor.
std::vector< Epetra_LongLongVector > & operator()(Epetra_CrsGraph &orig)
Analysis of transform operation on original object and construction of new object.
std::vector< Epetra_IntVector > & operator()(Epetra_CrsGraph &orig)
Analysis of transform operation on original object and construction of new object.