EpetraExt
Development
|
#include <EpetraExt_MapColoringIndex.h>
Public Member Functions | |
~CrsGraph_MapColoringIndex () | |
Destructor. More... | |
CrsGraph_MapColoringIndex (const Epetra_MapColoring &ColorMap) | |
Constructor input param ColorMap defines the perturbation coloring. More... | |
std::vector< Epetra_IntVector > & | operator() (Epetra_CrsGraph &orig) |
![]() | |
NewTypeRef | operator() (OriginalTypeRef orig) |
![]() | |
bool | fwd () |
Forward transfer of data from orig object input in the operator() method call to the new object created in this same call. More... | |
bool | rvs () |
Reverse transfer of data from new object created in the operator() method call to the orig object input to this same method. More... | |
virtual | ~StructuralTransform () |
![]() | |
virtual | ~Transform () |
virtual NewTypeRef | operator() (OriginalTypeRef orig)=0 |
Analysis of transform operation on original object and construction of new object. More... | |
virtual bool | analyze (OriginalTypeRef orig) |
Initial analysis phase of transform. More... | |
virtual NewTypeRef | construct () |
Construction of new object as a result of the transform. More... | |
virtual bool | isConstructed () |
Check for whether transformed object has been constructed. More... | |
Definition at line 51 of file EpetraExt_MapColoringIndex.h.
|
inline |
Destructor.
Definition at line 59 of file EpetraExt_MapColoringIndex.h.
|
inline |
Constructor input param ColorMap defines the perturbation coloring.
Definition at line 65 of file EpetraExt_MapColoringIndex.h.
std::vector< Epetra_IntVector > & EpetraExt::CrsGraph_MapColoringIndex::operator() | ( | Epetra_CrsGraph & | orig | ) |
Definition at line 101 of file EpetraExt_MapColoringIndex.cpp.