EpetraExt
Development
|
Map Coloring of independent columns in a Graph. More...
#include <EpetraExt_MapColoring.h>
Public Types | |
![]() | |
typedef Epetra_CrsGraph | OriginalType |
typedef Epetra_CrsGraph * | OriginalTypePtr |
typedef Teuchos::RCP< Epetra_CrsGraph > | OriginalTypeRCP |
typedef Epetra_CrsGraph & | OriginalTypeRef |
typedef Epetra_MapColoring | NewType |
typedef Epetra_MapColoring * | NewTypePtr |
typedef Teuchos::RCP< Epetra_MapColoring > | NewTypeRCP |
typedef Epetra_MapColoring & | NewTypeRef |
Public Member Functions | |
~CrsGraph_MapColoring () | |
Destructor. More... | |
CrsGraph_MapColoring (ColoringAlgorithm algo=GREEDY, int reordering=0, bool distance1=false, int verbosity=0) | |
Constructor. More... | |
CrsGraph_MapColoring::NewTypeRef | operator() (CrsGraph_MapColoring::OriginalTypeRef orig) |
Generates the Epetra_MapColoring object from an input Epetra_CrsGraph. More... | |
![]() | |
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 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... | |
Additional Inherited Members | |
![]() | |
Transform () | |
Default constructor, protected to allow only derived classes to use. More... | |
![]() | |
OriginalTypePtr | origObj_ |
NewTypePtr | newObj_ |
Map Coloring of independent columns in a Graph.
Generates a Epetra_MapColoring object for which all column indices form independent sets.
Definition at line 59 of file EpetraExt_MapColoring.h.
Enumerator | |
---|---|
GREEDY | |
LUBY | |
JONES_PLASSMAN | |
PSEUDO_PARALLEL |
Definition at line 64 of file EpetraExt_MapColoring.h.
|
inline |
Destructor.
Definition at line 69 of file EpetraExt_MapColoring.h.
|
inline |
Constructor.
Definition at line 74 of file EpetraExt_MapColoring.h.
|
virtual |
Generates the Epetra_MapColoring object from an input Epetra_CrsGraph.
Implements EpetraExt::Transform< Epetra_CrsGraph, Epetra_MapColoring >.
Definition at line 662 of file EpetraExt_MapColoring.cpp.