PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes
PyTrilinos.NOX.Epetra.CrsGraph_MapColoringIndex Class Reference
Inheritance diagram for PyTrilinos.NOX.Epetra.CrsGraph_MapColoringIndex:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.NOX.Epetra.CrsGraph_MapColoringIndex:
Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__
def __call__

Public Attributes

 this

Detailed Description

Generates a std::vector of Epetra_IntVector's to be used to map
perturbation contributions to a CrsGraph/CrsMatrix from a perturbed
vector.

C++ includes: EpetraExt_MapColoringIndex.h 

Constructor & Destructor Documentation

__init__(EpetraExt::CrsGraph_MapColoringIndex self, MapColoring ColorMap) -> CrsGraph_MapColoringIndex

EpetraExt::CrsGraph_MapColoringIndex::CrsGraph_MapColoringIndex(const
Epetra_MapColoring &ColorMap)

Constructor input param ColorMap defines the perturbation coloring 

Member Function Documentation

__call__(CrsGraph_MapColoringIndex self, CrsGraph orig) -> EpetraExt::Transform< Epetra_CrsGraph,std::vector< Epetra_IntVector > >::NewTypeRef

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