44#ifndef EPETRA_OFFSETINDEX_H
45#define EPETRA_OFFSETINDEX_H
82 virtual void Print(std::ostream & os)
const;
96 template<
typename int_type>
99 const int * PermuteLIDs );
101 template<
typename int_type>
104 const int * ExportLIDs,
105 const int * RemoteLIDs,
Epetra_CrsGraph: A class for constructing and using sparse compressed row graphs.
Epetra_Distributor: The Epetra Gather/Scatter Setup Base Class.
Epetra_Export: This class builds an export object for efficient exporting of off-processor elements.
Epetra_Import: This class builds an import object for efficient importing of off-processor elements.
Epetra_Object: The base Epetra class.
virtual void Print(std::ostream &os) const
Print object to an output stream Print method.
Epetra_OffsetIndex: This class builds index for efficient mapping of data from one Epetra_CrsGraph ba...
int ** SameOffsets() const
Accessor.
int ** PermuteOffsets() const
Accessor.
Epetra_OffsetIndex & operator=(const Epetra_OffsetIndex &Indexor)
Epetra_OffsetIndex copy constructor.
int ** RemoteOffsets() const
Accessor.