ForTrilinos
 All Classes Files Functions Pages
Data Types | List of all members
fepetra_offsetindex Module Reference

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. More...
 
type(epetra_offsetindex) function epetra_offsetindex (SourceGraph, TargetGraph, importer)
 Constructs a Epetra_OffsetIndex object from the graphs and an importer. More...
 
type(epetra_offsetindex) function epetra_offsetindex (this)
 Epetra_OffsetIndex copy constructor. More...
 

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: