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 | |
![]() | |
virtual void | convert (const MultiVectorBase< ScalarFrom > &mv_from, MultiVectorBase< ScalarTo > *mv_to) const |
![]() | |
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 . | |
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 . | |
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. | |
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.