Playa::SerialGhostImporter Class Reference

Ghost element importer for serial vectors. More...

Inheritance diagram for Playa::SerialGhostImporter:

Playa::GhostImporter< double >

List of all members.

Public Member Functions

 SerialGhostImporter ()
virtual ~SerialGhostImporter ()
 virtual dtor
virtual void importView (const Vector< double > &x, RCP< GhostView< double > > &ghostView) const
 Import the ghost elements of the given vector as specified during construction of this object.


Detailed Description

Ghost element importer for serial vectors.

This class doesn't have much to do, but is necessary to maintain a consistent interface.

Definition at line 24 of file PlayaSerialGhostImporter.hpp.


Constructor & Destructor Documentation

Playa::SerialGhostImporter::SerialGhostImporter (  )  [inline]

Definition at line 28 of file PlayaSerialGhostImporter.hpp.

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

virtual dtor

Definition at line 30 of file PlayaSerialGhostImporter.hpp.


Member Function Documentation

void SerialGhostImporter::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 20 of file PlayaSerialGhostImporter.cpp.

References Playa::Handle< PointerType >::ptr().

Site Contact