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

Implements the inner product using Thyra::VectorSpaceBase::scalarProd(). More...

#include <AbstractLinAlgPack_InnerProductThyra.hpp>

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

Constructors / Initializers

 InnerProductThyra ()
 Construct to uninitialized. More...
 
 InnerProductThyra (const RCP< const Thyra::VectorSpaceBase< value_type > > &thyra_vec_spc)
 Calls this->initialize(). More...
 
void initialize (const RCP< const Thyra::VectorSpaceBase< value_type > > &thyra_vec_spc)
 Initalize given a smart pointer to a Thyra::VetorSpace object. More...
 
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 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 InnerProduct

value_type inner_prod (const Vector &v1, const Vector &v2) const
 

Detailed Description

Implements the inner product using Thyra::VectorSpaceBase::scalarProd().

Definition at line 55 of file AbstractLinAlgPack_InnerProductThyra.hpp.

Constructor & Destructor Documentation

AbstractLinAlgPack::InnerProductThyra::InnerProductThyra ( )

Construct to uninitialized.

Postconditioins:

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

Definition at line 55 of file AbstractLinAlgPack_InnerProductThyra.cpp.

AbstractLinAlgPack::InnerProductThyra::InnerProductThyra ( const RCP< const Thyra::VectorSpaceBase< value_type > > &  thyra_vec_spc)

Calls this->initialize().

Member Function Documentation

void AbstractLinAlgPack::InnerProductThyra::initialize ( const RCP< const Thyra::VectorSpaceBase< value_type > > &  thyra_vec_spc)

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

Parameters
thyra_vec_spc[in] Smart pointer to Thyra vector

Preconditioins:

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

Postconditioins:

Definition at line 65 of file AbstractLinAlgPack_InnerProductThyra.cpp.

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

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

Postconditioins:

Definition at line 77 of file AbstractLinAlgPack_InnerProductThyra.cpp.

const RCP< const Thyra::VectorSpaceBase< value_type > > & AbstractLinAlgPack::InnerProductThyra::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 131 of file AbstractLinAlgPack_InnerProductThyra.hpp.

value_type AbstractLinAlgPack::InnerProductThyra::inner_prod ( const Vector v1,
const Vector v2 
) const
virtual

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