44 #ifndef EPETRA_OFFSETINDEX_H
45 #define EPETRA_OFFSETINDEX_H
47 #if defined(Epetra_SHOW_DEPRECATED_WARNINGS)
49 #warning "The Epetra package is deprecated"
90 virtual void Print(std::ostream & os)
const;
104 template<
typename int_type>
107 const int * PermuteLIDs );
109 template<
typename int_type>
112 const int * ExportLIDs,
113 const int * RemoteLIDs,
virtual void Print(std::ostream &os) const
Print object to an output stream Print method.
Epetra_Distributor: The Epetra Gather/Scatter Setup Base Class.
Epetra_OffsetIndex: This class builds index for efficient mapping of data from one Epetra_CrsGraph ba...
Epetra_Export: This class builds an export object for efficient exporting of off-processor elements...
int ** PermuteOffsets() const
Accessor.
Epetra_Import: This class builds an import object for efficient importing of off-processor elements...
Epetra_Object & operator=(const Epetra_Object &src)
Epetra_Object: The base Epetra class.
int ** RemoteOffsets() const
Accessor.
int ** SameOffsets() const
Accessor.
Epetra_CrsGraph: A class for constructing and using sparse compressed row graphs. ...