43 #ifndef   __Panzer_EpetraVector_Write_GlobalEvaluationData_hpp__ 
   44 #define   __Panzer_EpetraVector_Write_GlobalEvaluationData_hpp__ 
   53 #include "Epetra_Export.h" 
   54 #include "Epetra_Map.h" 
   55 #include "Epetra_Vector.h" 
   64 #include "Thyra_VectorSpaceBase.hpp" 
   65 #include "Thyra_VectorBase.hpp" 
  236         std::ostream& os) 
const;
 
  286 #endif // __Panzer_EpetraVector_Write_GlobalEvaluationData_hpp__ 
void setOwnedVector(const Teuchos::RCP< Thyra::VectorBase< double >> &ownedVector)
Set the owned vector (Thyra version). 
 
void setOwnedVector_Epetra(const Teuchos::RCP< Epetra_Vector > &ownedVector)
Set the owned vector (Epetra version). 
 
Teuchos::RCP< Thyra::VectorBase< double > > ownedVector_
The owned vector. 
 
void initialize(const Teuchos::RCP< const Epetra_Export > &exporter, const Teuchos::RCP< const Epetra_Map > &ghostedMap, const Teuchos::RCP< const Epetra_Map > &ownedMap)
Initialize this object with some Epetra communication objects. 
 
Teuchos::RCP< Thyra::VectorBase< double > > getOwnedVector() const 
Get the owned vector (Thyra version). 
 
Teuchos::RCP< const Epetra_Map > ownedMap_
The map corresponding to the owned vector. 
 
void print(std::ostream &os) const 
Print the object. 
 
Teuchos::RCP< Epetra_Vector > getGhostedVector_Epetra() const 
Get the ghosted vector (Epetra version). 
 
Teuchos::RCP< const Thyra::VectorSpaceBase< double > > ownedSpace_
The vector space corresponding to the owned vector. 
 
Teuchos::RCP< const Thyra::VectorSpaceBase< double > > ghostedSpace_
The vector space corresponding to the ghosted vector. 
 
bool isInitialized_
A flag indicating whether or not the object has been initialized. 
 
This class provides a boundary exchange communication mechanism for vectors. 
 
EpetraVector_Write_GlobalEvaluationData(const Teuchos::RCP< const Epetra_Export > &exporter, const Teuchos::RCP< const Epetra_Map > &ghostedMap, const Teuchos::RCP< const Epetra_Map > &ownedMap)
Initializing Constructor. 
 
Teuchos::RCP< Epetra_Vector > ghostedVector_
The ghosted vector. 
 
virtual void ghostToGlobal(int mem)
Communicate the ghosted data to the owned vector. 
 
Teuchos::RCP< const Epetra_Map > ghostedMap_
The map corresponding to the ghosted vector. 
 
virtual void initializeData()
Clear out the ghosted vector. // JMG: Is this right? 
 
virtual bool requiresDirichletAdjustment() const 
Determine if a Dirichlet adjustment is necessary. 
 
Teuchos::RCP< Thyra::VectorBase< double > > getGhostedVector() const 
Get the ghosted vector (Thyra version). 
 
EpetraVector_Write_GlobalEvaluationData()
Default Constructor. 
 
Teuchos::RCP< const Epetra_Export > exporter_
The exporter used to communicate between the owned and ghosted vectors. 
 
virtual bool isInitialized() const 
Is this object initialized? 
 
EpetraVector_Write_GlobalEvaluationData(const EpetraVector_Write_GlobalEvaluationData &src)
Copy Constructor.