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... | |
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.
type(epetra_offsetindex) function fepetra_offsetindex::epetra_offsetindex | ( | type(epetra_offsetindex), intent(in) | this | ) |
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.