42#ifndef EpetraExt_MAPCOLORINGINDEX_H 
   43#define EpetraExt_MAPCOLORINGINDEX_H 
   45#if defined(EpetraExt_SHOW_DEPRECATED_WARNINGS) 
   47#warning "The EpetraExt package is deprecated" 
   55#ifndef EPETRA_NO_32BIT_GLOBAL_INDICES 
   79#ifndef EPETRA_NO_64BIT_GLOBAL_INDICES 
~CrsGraph_MapColoringIndex64()
Destructor.
 
CrsGraph_MapColoringIndex64(const Epetra_MapColoring &ColorMap)
Constructor input param ColorMap defines the perturbation coloring.
 
std::vector< Epetra_LongLongVector > & operator()(Epetra_CrsGraph &orig)
 
CrsGraph_MapColoringIndex(const Epetra_MapColoring &ColorMap)
Constructor input param ColorMap defines the perturbation coloring.
 
std::vector< Epetra_IntVector > & operator()(Epetra_CrsGraph &orig)
 
~CrsGraph_MapColoringIndex()
Destructor.
 
Generates a std::vector of Epetra_IntVector's to be used to map perturbation contributions to a CrsGr...
 
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.