|
Epetra Package Browser (Single Doxygen Collection)
Development
|
Go to the documentation of this file.
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,
int ** SameOffsets() const
Accessor.
Epetra_Object: The base Epetra class.
Epetra_Object & operator=(const Epetra_Object &src)
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 ** RemoteOffsets() const
Accessor.
int ** PermuteOffsets() const
Accessor.
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.