MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Private Attributes | List of all members
AbstractLinAlgPack::VectorSpaceFactoryThyra Class Reference

VectorSpaceFactory adapter subclass for Thyra::VectorSpaceBase. More...

#include <AbstractLinAlgPack_VectorSpaceFactoryThyra.hpp>

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

Private Attributes

const
Thyra::VectorSpaceFactoryBase
< value_type > * 
thyra_vector_space_factory
 

Constructors / Initializers

 VectorSpaceFactoryThyra ()
 Construct to uninitialized. More...
 
 VectorSpaceFactoryThyra (const Teuchos::RCP< const Thyra::VectorSpaceFactoryBase< value_type > > &thyra_vec_spc_fcty)
 Calls this->initialize(). More...
 
void initialize (const Teuchos::RCP< const Thyra::VectorSpaceFactoryBase< value_type > > &thyra_vec_spc_fcty)
 Initalize given a smart pointer to a Thyra::VetorSpaceFactory object. More...
 
Teuchos::RCP< const
Thyra::VectorSpaceFactoryBase
< value_type > > 
set_uninitialized ()
 Set to uninitialized and return smart pointer to the internal Thyra::VectorSpaceBase object. More...
 
const Teuchos::RCP< const
Thyra::VectorSpaceFactoryBase
< value_type > > & 
thyra_vec_spc_fcty () const
 Return a (converted) smart pointer to the internal smart pointer to the Thyra::VectorSpaceBase object. More...
 

Overridden from VectorSpaceFactory

space_ptr_t create_vec_spc (index_type dim) const
 

Additional Inherited Members

- Public Types inherited from AbstractLinAlgPack::VectorSpaceFactory
typedef Teuchos::RCP< const
InnerProduct
inner_prod_ptr_t
 
typedef Teuchos::RCP< const
VectorSpace
space_ptr_t
 
- Public Member Functions inherited from AbstractLinAlgPack::VectorSpaceFactory
virtual ~VectorSpaceFactory ()
 
 VectorSpaceFactory (const inner_prod_ptr_t &inner_prod=Teuchos::null)
 Calls inner_prod() More...
 
virtual void inner_prod (const inner_prod_ptr_t &inner_prod)
 Initialize with an inner product object that will be given to vector. More...
 
virtual const inner_prod_ptr_t inner_prod () const
 Return the smart pointer to the inner product strategy object. More...
 

Detailed Description

VectorSpaceFactory adapter subclass for Thyra::VectorSpaceBase.

Definition at line 52 of file AbstractLinAlgPack_VectorSpaceFactoryThyra.hpp.

Constructor & Destructor Documentation

AbstractLinAlgPack::VectorSpaceFactoryThyra::VectorSpaceFactoryThyra ( )

Construct to uninitialized.

Postconditioins:

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

Definition at line 50 of file AbstractLinAlgPack_VectorSpaceFactoryThyra.cpp.

AbstractLinAlgPack::VectorSpaceFactoryThyra::VectorSpaceFactoryThyra ( const Teuchos::RCP< const Thyra::VectorSpaceFactoryBase< value_type > > &  thyra_vec_spc_fcty)

Calls this->initialize().

Definition at line 53 of file AbstractLinAlgPack_VectorSpaceFactoryThyra.cpp.

Member Function Documentation

void AbstractLinAlgPack::VectorSpaceFactoryThyra::initialize ( const Teuchos::RCP< const Thyra::VectorSpaceFactoryBase< value_type > > &  thyra_vec_spc_fcty)

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

Parameters
thyra_vec_spc_fcty[in] Smart pointer to Thyra vector

Preconditioins:

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

Postconditioins:

Definition at line 60 of file AbstractLinAlgPack_VectorSpaceFactoryThyra.cpp.

Teuchos::RCP< const Thyra::VectorSpaceFactoryBase< value_type > > AbstractLinAlgPack::VectorSpaceFactoryThyra::set_uninitialized ( )

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

Postconditioins:

Definition at line 72 of file AbstractLinAlgPack_VectorSpaceFactoryThyra.cpp.

const Teuchos::RCP< const Thyra::VectorSpaceFactoryBase< value_type > > & AbstractLinAlgPack::VectorSpaceFactoryThyra::thyra_vec_spc_fcty ( ) const
inline

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

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

Definition at line 120 of file AbstractLinAlgPack_VectorSpaceFactoryThyra.hpp.

VectorSpaceFactory::space_ptr_t AbstractLinAlgPack::VectorSpaceFactoryThyra::create_vec_spc ( index_type  dim) const
virtual

Member Data Documentation

const Thyra::VectorSpaceFactoryBase<value_type>* AbstractLinAlgPack::VectorSpaceFactoryThyra::thyra_vector_space_factory
private

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