Public Member Functions
TSFExtended::SerialGhostImporter Class Reference

Ghost element importer for serial vectors. More...

Inheritance diagram for TSFExtended::SerialGhostImporter:
TSFExtended::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 46 of file TSFSerialGhostImporter.hpp.


Constructor & Destructor Documentation

TSFExtended::SerialGhostImporter::SerialGhostImporter ( ) [inline]

Definition at line 50 of file TSFSerialGhostImporter.hpp.

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

virtual dtor

Definition at line 52 of file TSFSerialGhostImporter.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 TSFExtended::GhostImporter< double >.

Definition at line 42 of file TSFSerialGhostImporter.cpp.

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

Site Contact