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

List of all members.

Public Member Functions

def __call__
def NumColors
def MaxNumColors
def DefaultColor
def NumElementsWithColor
def GenerateMap
def GenerateBlockMap
def __init__
def __getitem__
def __setitem__
def ListOfColors
def ColorLIDList
def ElementColors

Public Attributes

 this

Detailed Description

Proxy of C++ Epetra_MapColoring class

Constructor & Destructor Documentation

def PyTrilinos.NOX.Epetra.MapColoring.__init__ (   self,
  args 
)
__init__(Epetra_MapColoring self, BlockMap Map, int const DefaultColor=0) -> MapColoring
__init__(Epetra_MapColoring self, MapColoring Source) -> MapColoring
__init__(Epetra_MapColoring self, BlockMap map, int numColors, int const defaultColor=0) -> MapColoring

Reimplemented from PyTrilinos.NOX.Epetra.Object.


Member Function Documentation

def PyTrilinos.NOX.Epetra.MapColoring.__call__ (   self,
  args 
)
__call__(MapColoring self, int GID) -> int &
__getitem__(MapColoring self, int i) -> int
__setitem__(MapColoring self, int i, int color)
ColorLIDList(MapColoring self, int color) -> PyObject *
DefaultColor(MapColoring self) -> int
ElementColors(MapColoring self) -> PyObject *
GenerateBlockMap(MapColoring self, int Color) -> BlockMap
GenerateMap(MapColoring self, int Color) -> Map
ListOfColors(MapColoring self) -> PyObject *
MaxNumColors(MapColoring self) -> int
def PyTrilinos.NOX.Epetra.MapColoring.NumColors (   self,
  args 
)
NumColors(MapColoring self) -> int
NumElementsWithColor(MapColoring self, int Color) -> int

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