PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes
PyTrilinos.Epetra.OffsetIndex Class Reference
Inheritance diagram for PyTrilinos.Epetra.OffsetIndex:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.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

Epetra_OffsetIndex: This class builds index for efficient mapping of
data from one Epetra_CrsGraph based object to another.

Epetra_OffsetIndex generates and index of offsets allowing direct
access to data for Import/Export operations on Epetra_CrsGraph based
objects such as Epetra_CrsMatrix.

C++ includes: Epetra_OffsetIndex.h 

Constructor & Destructor Documentation

def PyTrilinos.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

Epetra_OffsetIndex::Epetra_OffsetIndex(const Epetra_OffsetIndex
&Indexor)

Epetra_OffsetIndex copy constructor. 

Reimplemented from PyTrilinos.Epetra.Object.


Member Function Documentation

PermuteOffsets(OffsetIndex self) -> int **

int**
Epetra_OffsetIndex::PermuteOffsets() const

Accessor. 
def PyTrilinos.Epetra.OffsetIndex.RemoteOffsets (   self,
  args 
)
RemoteOffsets(OffsetIndex self) -> int **

int**
Epetra_OffsetIndex::RemoteOffsets() const

Accessor. 
def PyTrilinos.Epetra.OffsetIndex.SameOffsets (   self,
  args 
)
SameOffsets(OffsetIndex self) -> int **

int**
Epetra_OffsetIndex::SameOffsets() const

Accessor. 

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