
Public Member Functions | |
| virtual | ~GhostView () |
| Virtual dtor. | |
| virtual bool | isAccessible (int globalIndex) const =0 |
| Indicate whether the value at the given global index is accessible in this view. | |
| virtual const double & | getElement (int globalIndex) const =0 |
| virtual void | getElements (const int *globalIndices, int numElems, Teuchos::Array< double > &elems) const =0 |
| virtual void | print (std::ostream &os) const =0 |
| abstract print function | |
GhostView has no standard constructor; subclasses should be constructed using the importView() method of GhostImporter.
Definition at line 21 of file PlayaGhostView.hpp.
| virtual Playa::GhostView< Scalar >::~GhostView | ( | ) | [inline, virtual] |
| virtual const double& Playa::GhostView< Scalar >::getElement | ( | int | globalIndex | ) | const [pure virtual] |
Implemented in Playa::EpetraGhostView, and Playa::SerialGhostView.
| virtual void Playa::GhostView< Scalar >::getElements | ( | const int * | globalIndices, | |
| int | numElems, | |||
| Teuchos::Array< double > & | elems | |||
| ) | const [pure virtual] |
Implemented in Playa::EpetraGhostView, and Playa::SerialGhostView.
| virtual bool Playa::GhostView< Scalar >::isAccessible | ( | int | globalIndex | ) | const [pure virtual] |
Indicate whether the value at the given global index is accessible in this view.
Implemented in Playa::EpetraGhostView, and Playa::SerialGhostView.
| virtual void Playa::GhostView< Scalar >::print | ( | std::ostream & | os | ) | const [pure virtual] |
abstract print function
Implements Playa::Printable.
Implemented in Playa::EpetraGhostView, and Playa::SerialGhostView.