Epetra Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
Epetra_SrcDistObject Class Referenceabstract

Epetra_SrcDistObject: A class for supporting flexible source distributed objects for import/export operations. More...

#include <Epetra_SrcDistObject.h>

Inheritance diagram for Epetra_SrcDistObject:
Inheritance graph
[legend]

Destructor

virtual ~Epetra_SrcDistObject ()
 Epetra_SrcDistObject destructor. More...
 

Attribute accessor methods

virtual const Epetra_BlockMapMap () const =0
 Returns a reference to the Epetra_BlockMap for this object. More...
 

Detailed Description

Epetra_SrcDistObject: A class for supporting flexible source distributed objects for import/export operations.

The Epetra_SrcDistObject is a base class for all Epetra distributed global objects that are potential source objects for the general Epetra_DistObject class. It provides a way to send a very general distributed object as the potential source object for an import or export object. For example, it is possible to pass an Epetra_RowMatrix object as the source object for an import/export where the target is an Epetra_CrsMatrix, or an Epetra_CrsGraph (where the RowMatrix values will be ignored).

Definition at line 63 of file Epetra_SrcDistObject.h.

Constructor & Destructor Documentation

virtual Epetra_SrcDistObject::~Epetra_SrcDistObject ( )
inlinevirtual

Epetra_SrcDistObject destructor.

Definition at line 69 of file Epetra_SrcDistObject.h.

Member Function Documentation

virtual const Epetra_BlockMap& Epetra_SrcDistObject::Map ( ) const
pure virtual

Returns a reference to the Epetra_BlockMap for this object.

Implemented in Epetra_CrsMatrix, Epetra_VbrMatrix, Epetra_BasicRowMatrix, and Epetra_DistObject.


The documentation for this class was generated from the following file: