|
ForTrilinos
|
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. | |
| 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.
1.7.6.1