VectorSpaceFactory adapter subclass for Thyra::VectorSpaceBase.
More...
#include <AbstractLinAlgPack_VectorSpaceFactoryThyra.hpp>
Inheritance diagram for AbstractLinAlgPack::VectorSpaceFactoryThyra:
Constructors / Initializers | |
| VectorSpaceFactoryThyra () | |
| Construct to uninitialized. | |
| VectorSpaceFactoryThyra (const Teuchos::RefCountPtr< const Thyra::VectorSpaceFactoryBase< value_type > > &thyra_vec_spc_fcty) | |
Calls this->initialize(). | |
| void | initialize (const Teuchos::RefCountPtr< const Thyra::VectorSpaceFactoryBase< value_type > > &thyra_vec_spc_fcty) |
Initalize given a smart pointer to a Thyra::VetorSpaceFactory object. | |
| Teuchos::RefCountPtr< const Thyra::VectorSpaceFactoryBase< value_type > > | set_uninitialized () |
Set to uninitialized and return smart pointer to the internal Thyra::VectorSpaceBase object. | |
| const Teuchos::RefCountPtr< 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. | |
Overridden from VectorSpaceFactory | |
| space_ptr_t | create_vec_spc (index_type dim) const |
| | |
VectorSpaceFactory adapter subclass for Thyra::VectorSpaceBase.
Definition at line 39 of file AbstractLinAlgPack_VectorSpaceFactoryThyra.hpp.
|
|
Construct to uninitialized. Postconditioins:
Definition at line 37 of file AbstractLinAlgPack_VectorSpaceFactoryThyra.cpp. |
|
|
Calls
Definition at line 40 of file AbstractLinAlgPack_VectorSpaceFactoryThyra.cpp. |
|
|
Initalize given a smart pointer to a
Postconditioins:
Definition at line 47 of file AbstractLinAlgPack_VectorSpaceFactoryThyra.cpp. |
|
|
Set to uninitialized and return smart pointer to the internal Postconditioins:
Definition at line 59 of file AbstractLinAlgPack_VectorSpaceFactoryThyra.cpp. |
|
|
Return a (converted) smart pointer to the internal smart pointer to the
If Definition at line 107 of file AbstractLinAlgPack_VectorSpaceFactoryThyra.hpp. |
|
|
Implements AbstractLinAlgPack::VectorSpaceFactory. Definition at line 69 of file AbstractLinAlgPack_VectorSpaceFactoryThyra.cpp. |
1.3.9.1