#include <PlayaEpetraGhostImporter.hpp>

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 |
Definition at line 25 of file PlayaEpetraGhostImporter.hpp.
| 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.
| 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.