|
EpetraExt
Development
|
Generates a std::vector of Epetra_IntVector's to be used to map perturbation contributions to a CrsGraph/CrsMatrix from a perturbed vector. More...
#include <EpetraExt_MapColoringIndex.h>

Public Member Functions | |
| ~CrsGraph_MapColoringIndex () | |
| Destructor. | |
| CrsGraph_MapColoringIndex (const Epetra_MapColoring &ColorMap) | |
| Constructor input param ColorMap defines the perturbation coloring. | |
| NewTypeRef | operator() (OriginalTypeRef orig) |
| Generates a std::vector<Epetra_IntVector> from the input Epetra_CrsGraph. | |
Generates a std::vector of Epetra_IntVector's to be used to map perturbation contributions to a CrsGraph/CrsMatrix from a perturbed vector.
Definition at line 60 of file EpetraExt_MapColoringIndex.h.
Destructor.
Definition at line 70 of file EpetraExt_MapColoringIndex.h.
| EpetraExt::CrsGraph_MapColoringIndex::CrsGraph_MapColoringIndex | ( | const Epetra_MapColoring & | ColorMap | ) | [inline] |
Constructor input param ColorMap defines the perturbation coloring.
Definition at line 76 of file EpetraExt_MapColoringIndex.h.
| CrsGraph_MapColoringIndex::NewTypeRef EpetraExt::CrsGraph_MapColoringIndex::operator() | ( | OriginalTypeRef | orig | ) | [virtual] |
Generates a std::vector<Epetra_IntVector> from the input Epetra_CrsGraph.
Implements EpetraExt::Transform< T, U >.
Definition at line 59 of file EpetraExt_MapColoringIndex.cpp.
1.7.6.1