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

List of all members.

Public Member Functions

def __init__
def SameOffsets
def PermuteOffsets
def RemoteOffsets

Public Attributes

 this

Detailed Description

Proxy of C++ Epetra_OffsetIndex class

Constructor & Destructor Documentation

def PyTrilinos.NOX.Epetra.OffsetIndex.__init__ (   self,
  args 
)
__init__(Epetra_OffsetIndex self, CrsGraph SourceGraph, CrsGraph TargetGraph, Import Importer) -> OffsetIndex
__init__(Epetra_OffsetIndex self, CrsGraph SourceGraph, CrsGraph TargetGraph, Export Exporter) -> OffsetIndex
__init__(Epetra_OffsetIndex self, OffsetIndex Indexor) -> OffsetIndex

Reimplemented from PyTrilinos.NOX.Epetra.Object.


Member Function Documentation

PermuteOffsets(OffsetIndex self) -> int **
RemoteOffsets(OffsetIndex self) -> int **
SameOffsets(OffsetIndex self) -> int **

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