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 () |
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 30 of file Thyra_DefaultSerialVectorSpaceConverter.hpp.
|
virtual |
Implements Thyra::VectorSpaceConverterBase< ScalarFrom, ScalarTo >.
Definition at line 60 of file Thyra_DefaultSerialVectorSpaceConverter.hpp.
|
virtual |
Implements Thyra::VectorSpaceConverterBase< ScalarFrom, ScalarTo >.
Definition at line 70 of file Thyra_DefaultSerialVectorSpaceConverter.hpp.