MOOCHO/Thyra Adapter Software  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
AbstractLinAlgPack::VectorSpaceThyra Class Reference

VectorSpace adapter subclass for Thyra::VectorSpaceBase<value_type> . More...

#include <AbstractLinAlgPack_VectorSpaceThyra.hpp>

Inheritance diagram for AbstractLinAlgPack::VectorSpaceThyra:
Inheritance graph
[legend]

Constructors / initializers

 VectorSpaceThyra ()
 Construct to uninitialized. More...
 
 VectorSpaceThyra (const Teuchos::RCP< const Thyra::VectorSpaceBase< value_type > > &thyra_vec_spc, const inner_prod_ptr_t &inner_prod=Teuchos::null)
 Calls this->initialize(). More...
 
void initialize (const Teuchos::RCP< const Thyra::VectorSpaceBase< value_type > > &thyra_vec_spc, const inner_prod_ptr_t &inner_prod=Teuchos::null)
 Initalize given a smart pointer to a Thyra::VetorSpace object. More...
 
Teuchos::RCP< const
Thyra::VectorSpaceBase
< value_type > > 
set_uninitialized ()
 Set to uninitialized and return smart pointer to the internal Thyra::VectorSpaceBase<value_type> object. More...
 
const Teuchos::RCP< const
Thyra::VectorSpaceBase
< value_type > > & 
thyra_vec_spc () const
 Return a (converted) smart pointer to the internal smart pointer to the Thyra::VectorSpaceBase<value_type> object. More...
 

Overridden from VectorSpace

space_ptr_t clone () const
 
bool is_compatible (const VectorSpace &vec_spc) const
 
bool is_in_core () const
 
index_type dim () const
 
vec_mut_ptr_t create_member () const
 
space_fcty_ptr_t small_vec_spc_fcty () const
 
multi_vec_mut_ptr_t create_members (size_type num_vecs) const
 

Detailed Description

VectorSpace adapter subclass for Thyra::VectorSpaceBase<value_type> .

Note that the default copy constructor and assignment operators are allowed which yield in shallow copy, not deep copy.

Definition at line 55 of file AbstractLinAlgPack_VectorSpaceThyra.hpp.

Constructor & Destructor Documentation

AbstractLinAlgPack::VectorSpaceThyra::VectorSpaceThyra ( )

Construct to uninitialized.

Postconditioins:

  • this->thyra_vec().get() == NULL

Definition at line 56 of file AbstractLinAlgPack_VectorSpaceThyra.cpp.

AbstractLinAlgPack::VectorSpaceThyra::VectorSpaceThyra ( const Teuchos::RCP< const Thyra::VectorSpaceBase< value_type > > &  thyra_vec_spc,
const inner_prod_ptr_t inner_prod = Teuchos::null 
)

Calls this->initialize().

Definition at line 59 of file AbstractLinAlgPack_VectorSpaceThyra.cpp.

Member Function Documentation

void AbstractLinAlgPack::VectorSpaceThyra::initialize ( const Teuchos::RCP< const Thyra::VectorSpaceBase< value_type > > &  thyra_vec_spc,
const inner_prod_ptr_t inner_prod = Teuchos::null 
)

Initalize given a smart pointer to a Thyra::VetorSpace object.

Parameters
thyra_vec_spc[in] Smart pointer to Thyra vector this will adapt.
inner_prod[in] Smart pointer to an inner product. If inner_prod.get()==NULL then a InnerProductThyra object will be used which will point to this.

Preconditioins:

  • thyra_vec_spc.get() != NULL (throw std::invalid_argument)

Postconditioins:

Definition at line 67 of file AbstractLinAlgPack_VectorSpaceThyra.cpp.

Teuchos::RCP< const Thyra::VectorSpaceBase< value_type > > AbstractLinAlgPack::VectorSpaceThyra::set_uninitialized ( )

Set to uninitialized and return smart pointer to the internal Thyra::VectorSpaceBase<value_type> object.

Postconditioins:

Definition at line 85 of file AbstractLinAlgPack_VectorSpaceThyra.cpp.

const Teuchos::RCP< const Thyra::VectorSpaceBase< value_type > > & AbstractLinAlgPack::VectorSpaceThyra::thyra_vec_spc ( ) const
inline

Return a (converted) smart pointer to the internal smart pointer to the Thyra::VectorSpaceBase<value_type> object.

If this->thyra_vec_spc().count() == 1, then this has sole ownership of the *this->thyra_vec_spc() object.

Definition at line 148 of file AbstractLinAlgPack_VectorSpaceThyra.hpp.

VectorSpace::space_ptr_t AbstractLinAlgPack::VectorSpaceThyra::clone ( ) const
virtual
bool AbstractLinAlgPack::VectorSpaceThyra::is_compatible ( const VectorSpace vec_spc) const
virtual
bool AbstractLinAlgPack::VectorSpaceThyra::is_in_core ( ) const
virtual

Reimplemented from AbstractLinAlgPack::VectorSpace.

Definition at line 111 of file AbstractLinAlgPack_VectorSpaceThyra.cpp.

index_type AbstractLinAlgPack::VectorSpaceThyra::dim ( ) const
virtual
VectorSpace::vec_mut_ptr_t AbstractLinAlgPack::VectorSpaceThyra::create_member ( ) const
virtual
VectorSpace::space_fcty_ptr_t AbstractLinAlgPack::VectorSpaceThyra::small_vec_spc_fcty ( ) const
virtual

Reimplemented from AbstractLinAlgPack::VectorSpace.

Definition at line 128 of file AbstractLinAlgPack_VectorSpaceThyra.cpp.

VectorSpace::multi_vec_mut_ptr_t AbstractLinAlgPack::VectorSpaceThyra::create_members ( size_type  num_vecs) const
virtual

Reimplemented from AbstractLinAlgPack::VectorSpace.

Definition at line 134 of file AbstractLinAlgPack_VectorSpaceThyra.cpp.


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