PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes | Static Public Attributes
PyTrilinos.EpetraExt.CrsGraph_MapColoring Class Reference
Inheritance diagram for PyTrilinos.EpetraExt.CrsGraph_MapColoring:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.EpetraExt.CrsGraph_MapColoring:
Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__
def __call__

Public Attributes

 this

Static Public Attributes

 GREEDY = _EpetraExt.CrsGraph_MapColoring_GREEDY
 LUBY = _EpetraExt.CrsGraph_MapColoring_LUBY
 JONES_PLASSMAN = _EpetraExt.CrsGraph_MapColoring_JONES_PLASSMAN
 PSEUDO_PARALLEL = _EpetraExt.CrsGraph_MapColoring_PSEUDO_PARALLEL

Detailed Description

Map Coloring of independent columns in a Graph

Generates a Epetra_MapColoring object for which all column indices
form independent sets.

C++ includes: EpetraExt_MapColoring.h 

Constructor & Destructor Documentation

__init__(EpetraExt::CrsGraph_MapColoring self, EpetraExt::CrsGraph_MapColoring::ColoringAlgorithm algo=GREEDY, int reordering=0, 
    bool distance1=False, int verbosity=0) -> CrsGraph_MapColoring

EpetraExt::CrsGraph_MapColoring::CrsGraph_MapColoring(ColoringAlgorithm
algo=GREEDY, int reordering=0, bool distance1=false, int verbosity=0)

Constructor 

Member Function Documentation

__call__(CrsGraph_MapColoring self, CrsGraph orig) -> MapColoring

The documentation for this class was generated from the following file:
 All Classes Functions