|
Epetra Package Browser (Single Doxygen Collection)
Development
|
Go to the documentation of this file.
44 #ifndef EPETRA_EXPORT_H
45 #define EPETRA_EXPORT_H
284 virtual void Print(std::ostream & os)
const;
312 template<
typename int_type>
Epetra_Object: The base Epetra class.
int * PermuteFromLIDs() const
List of elements in the source map that are permuted.
int * PermuteToLIDs() const
List of elements in the target map that are permuted.
int * ExportLIDs() const
List of elements that will be sent to other processors.
Epetra_Distributor * Distor_
Epetra_BlockMap TargetMap_
int NumRemoteIDs() const
Returns the number of elements that are not on the calling processor.
Epetra_Distributor * Distor_
Epetra_BlockMap SourceMap_
Epetra_Object & operator=(const Epetra_Object &src)
int NumSameIDs() const
Returns the number of elements that are identical between the source and target maps,...
Epetra_BlockMap SourceMap_
virtual void Print(std::ostream &os) const
Print object to an output stream Print method.
const Epetra_BlockMap & SourceMap() const
Returns the SourceMap used to construct this importer.
int NumSend() const
Total number of elements to be sent.
int * RemoteLIDs() const
List of elements in the target map that are coming from other processors.
Epetra_BlockMap: A class for partitioning block element vectors and matrices.
Epetra_BlockMap TargetMap_
const Epetra_BlockMap & TargetMap() const
Returns the TargetMap used to construct this exporter.
int * ExportPIDs() const
List of processors to which elements will be sent, ExportLIDs() [i] will be sent to processor ExportP...
int NumRecv() const
Total number of elements to be received.
const Epetra_BlockMap & SourceMap() const
Returns the SourceMap used to construct this exporter.
friend class Epetra_Export
const Epetra_BlockMap & TargetMap() const
Returns the TargetMap used to construct this importer.
int NumPermuteIDs() const
Returns the number of elements that are local to the calling processor, but not part of the first Num...
Epetra_Distributor: The Epetra Gather/Scatter Setup Base Class.
int NumExportIDs() const
Returns the number of elements that must be sent by the calling processor to other processors.
Epetra_Export: This class builds an export object for efficient exporting of off-processor elements.
Epetra_Distributor & Distributor() const
Epetra_Import: This class builds an import object for efficient importing of off-processor elements.