Playa::EpetraGhostImporter Class Reference

#include <PlayaEpetraGhostImporter.hpp>

Inheritance diagram for Playa::EpetraGhostImporter:

Playa::GhostImporter< double >

List of all members.

Public Member Functions

 EpetraGhostImporter (const RCP< const Epetra_Map > &epetraMap, int nGhost, const int *ghostElements)
virtual ~EpetraGhostImporter ()
virtual void importView (const Vector< double > &x, RCP< GhostView< double > > &ghostView) const


Detailed Description

Ghost element importer for Epetra vectors

Definition at line 25 of file PlayaEpetraGhostImporter.hpp.


Constructor & Destructor Documentation

Playa::EpetraGhostImporter::EpetraGhostImporter ( const RCP< const Epetra_Map > &  epetraMap,
int  nGhost,
const int *  ghostElements 
)

Definition at line 23 of file PlayaEpetraGhostImporter.cpp.

virtual Playa::EpetraGhostImporter::~EpetraGhostImporter (  )  [inline, virtual]

virtual dtor

Definition at line 33 of file PlayaEpetraGhostImporter.hpp.


Member Function Documentation

void Playa::EpetraGhostImporter::importView ( const Vector< double > &  x,
RCP< GhostView< double > > &  ghostView 
) const [virtual]

Import the ghost elements of the given vector as specified during construction of this object.

Implements Playa::GhostImporter< double >.

Definition at line 55 of file PlayaEpetraGhostImporter.cpp.


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

doxygen