#include <EpetraExt_MapColoringIndex.h>
Inheritance diagram for EpetraExt::CrsGraph_MapColoringIndex:
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. | |
Definition at line 47 of file EpetraExt_MapColoringIndex.h.
|
|
Destructor.
Definition at line 57 of file EpetraExt_MapColoringIndex.h. |
|
|
Constructor input param ColorMap defines the perturbation coloring.
Definition at line 63 of file EpetraExt_MapColoringIndex.h. |
|
|
Generates a std::vector<Epetra_IntVector> from the input Epetra_CrsGraph.
Implements EpetraExt::Transform< T, U >. Definition at line 46 of file EpetraExt_MapColoringIndex.cpp. |
1.3.9.1