Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
Stokhos::EpetraVectorCloner Class Reference

Cloner for Epetra_Vector coefficients. More...

#include <Stokhos_VectorOrthogPolyTraitsEpetra.hpp>

Public Member Functions

 EpetraVectorCloner (const Epetra_BlockMap &map_)
 
 EpetraVectorCloner (const Epetra_Vector &vec_)
 
 EpetraVectorCloner (EpetraExt::BlockVector &block_vec_)
 
Teuchos::RCP< Epetra_Vectorclone (int i) const
 

Protected Attributes

const Epetra_BlockMapmap
 
const Epetra_Vectorvec
 
EpetraExt::BlockVector * block_vec
 
bool view
 

Detailed Description

Cloner for Epetra_Vector coefficients.

Definition at line 24 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

Constructor & Destructor Documentation

Stokhos::EpetraVectorCloner::EpetraVectorCloner ( const Epetra_BlockMap map_)
inline

Definition at line 26 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

Stokhos::EpetraVectorCloner::EpetraVectorCloner ( const Epetra_Vector vec_)
inline

Definition at line 28 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

Stokhos::EpetraVectorCloner::EpetraVectorCloner ( EpetraExt::BlockVector &  block_vec_)
inline

Definition at line 30 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

Member Function Documentation

Teuchos::RCP<Epetra_Vector> Stokhos::EpetraVectorCloner::clone ( int  i) const
inline

Definition at line 32 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

Member Data Documentation

const Epetra_BlockMap* Stokhos::EpetraVectorCloner::map
protected

Definition at line 41 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

const Epetra_Vector* Stokhos::EpetraVectorCloner::vec
protected

Definition at line 42 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

EpetraExt::BlockVector* Stokhos::EpetraVectorCloner::block_vec
protected

Definition at line 43 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

bool Stokhos::EpetraVectorCloner::view
protected

Definition at line 44 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.


The documentation for this class was generated from the following file: