|
Thyra Version of the Day
|
Concrete subclass for a converter subclass for converting serial multi-vectors and vectors. More...
#include <Thyra_DefaultSerialVectorSpaceConverter.hpp>

Overridden from VectorSpaceConverterBase | |
| virtual Teuchos::RCP< const VectorSpaceBase< ScalarTo > > | createVectorSpaceTo (const VectorSpaceBase< ScalarFrom > &vecSpc) const |
| virtual Teuchos::RCP< const VectorSpaceBase< ScalarFrom > > | createVectorSpaceFrom (const VectorSpaceBase< ScalarTo > &vecSpc) const |
Additional Inherited Members | |
Public Member Functions inherited from Thyra::SerialVectorSpaceConverterBase< ScalarFrom, ScalarTo > | |
| virtual void | convert (const MultiVectorBase< ScalarFrom > &mv_from, MultiVectorBase< ScalarTo > *mv_to) const |
Public Member Functions inherited from Thyra::VectorSpaceConverterBase< ScalarFrom, ScalarTo > | |
| virtual | ~VectorSpaceConverterBase () |
| virtual Teuchos::RCP< const VectorSpaceBase< ScalarTo > > | createVectorSpaceTo (const VectorSpaceBase< ScalarFrom > &vecSpc) const =0 |
Create a new vector space with scalar type ScalarTo given an existing vector space with scalar type ScalarFrom. More... | |
| virtual Teuchos::RCP< const VectorSpaceBase< ScalarFrom > > | createVectorSpaceFrom (const VectorSpaceBase< ScalarTo > &vecSpc) const =0 |
Create a new vector space with scalar type ScalarFrom given an existing vector space with scalar type ScalarTo. More... | |
| virtual void | convert (const MultiVectorBase< ScalarFrom > &mv_from, MultiVectorBase< ScalarTo > *mv_to) const =0 |
| Copy from a multi-vector (or vector) with one scalar type to another multi-vector (or vector) with another scalar type. More... | |
Concrete subclass for a converter subclass for converting serial multi-vectors and vectors.
While this concrete subclass creates concrete vector spaces of type DefaultSerialVectorSpace, it should be usable with any serial vector space type and therefore this subclass is more general then it may appear at first.
Definition at line 62 of file Thyra_DefaultSerialVectorSpaceConverter.hpp.
|
virtual |
Implements Thyra::VectorSpaceConverterBase< ScalarFrom, ScalarTo >.
Definition at line 92 of file Thyra_DefaultSerialVectorSpaceConverter.hpp.
|
virtual |
Implements Thyra::VectorSpaceConverterBase< ScalarFrom, ScalarTo >.
Definition at line 102 of file Thyra_DefaultSerialVectorSpaceConverter.hpp.