ForTrilinos
Data Types
FEpetra_OffsetIndex Module Reference

List of all members.

Data Types

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

Public Member Functions

Constructor Function
type(Epetra_OffsetIndex) function Epetra_OffsetIndex (SourceGraph, TargetGraph, exporter)
 Constructs a Epetra_OffsetIndex object from the graphs and an exporter.
type(Epetra_OffsetIndex) function Epetra_OffsetIndex (SourceGraph, TargetGraph, importer)
 Constructs a Epetra_OffsetIndex object from the graphs and an importer.
type(Epetra_OffsetIndex) function Epetra_OffsetIndex (this)
 Epetra_OffsetIndex copy constructor.

Member Function/Subroutine Documentation

type(Epetra_OffsetIndex) function FEpetra_OffsetIndex::Epetra_OffsetIndex ( class(Epetra_CrsGraph), intent(in)  SourceGraph,
class(Epetra_CrsGraph), intent(in)  TargetGraph,
type(Epetra_Export), intent(in)  exporter 
)

Constructs a Epetra_OffsetIndex object from the graphs and an exporter.

Epetra_OffsetIndex copy constructor.

type(Epetra_OffsetIndex) function FEpetra_OffsetIndex::Epetra_OffsetIndex ( class(Epetra_CrsGraph), intent(in)  SourceGraph,
class(Epetra_CrsGraph), intent(in)  TargetGraph,
type(Epetra_Import), intent(in)  importer 
)

Constructs a Epetra_OffsetIndex object from the graphs and an importer.


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