Ghost element importer for serial vectors. More...
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. | |
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.
| 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.
| 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().