

Public Member Functions | |
| def | __init__ |
| def | SameOffsets |
| def | PermuteOffsets |
| def | RemoteOffsets |
Public Attributes | |
| this | |
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
| 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.
| def PyTrilinos.Epetra.OffsetIndex.PermuteOffsets | ( | self, | |
| args | |||
| ) |
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.
1.7.6.1