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::VectorSpaceFactoryThyra Class Reference

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

#include <AbstractLinAlgPack_VectorSpaceFactoryThyra.hpp>

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

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
 

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

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