1 #ifndef __Panzer_ReadOnlyVector_GlobalEvaluationData_hpp__ 2 #define __Panzer_ReadOnlyVector_GlobalEvaluationData_hpp__ 4 #include "Teuchos_RCP.hpp" 6 #include "Thyra_VectorBase.hpp" 37 virtual Teuchos::RCP<const Thyra::VectorBase<double> >
getOwnedVector()
const = 0;
40 virtual Teuchos::RCP<Thyra::VectorBase<double> >
getGhostedVector()
const = 0;
virtual bool isInitialized() const =0
Is this object initialized.
virtual void globalToGhost(int mem)=0
virtual Teuchos::RCP< const Thyra::VectorBase< double > > getOwnedVector() const =0
Get the owned vector.
virtual void ghostToGlobal(int mem)
virtual Teuchos::RCP< Thyra::VectorBase< double > > getGhostedVector() const =0
Get the ghosted vector.
virtual ~ReadOnlyVector_GlobalEvaluationData()
Virtual d.
virtual void setOwnedVector(const Teuchos::RCP< const Thyra::VectorBase< double > > &ownedVector)=0
Set the owned vector.