Flip a mapping strategy object around to give the "inverse" mapping strategy. More...
#include <Teko_EpetraOperatorWrapper.hpp>

Public Member Functions | |
| InverseMappingStrategy (const RCP< const MappingStrategy > &forward) | |
| Constructor to build a inverse MappingStrategy from a forward map. | |
| virtual void | copyEpetraIntoThyra (const Epetra_MultiVector &epetraX, const Teuchos::Ptr< Thyra::MultiVectorBase< double > > &thyraX) const |
| Copy an Epetra_MultiVector into a Thyra::MultiVectorBase. | |
| virtual void | copyThyraIntoEpetra (const RCP< const Thyra::MultiVectorBase< double > > &thyraX, Epetra_MultiVector &epetraX) const |
| Copy an Thyra::MultiVectorBase into a Epetra_MultiVector. | |
| virtual const RCP< const Epetra_Map > | domainMap () const |
| Domain map for this strategy. | |
| virtual const RCP< const Epetra_Map > | rangeMap () const |
| Range map for this strategy. | |
| virtual std::string | toString () const |
| Identifier string. | |
Protected Attributes | |
| const RCP< const MappingStrategy > | forwardStrategy_ |
| Forward mapping strategy object. | |
Flip a mapping strategy object around to give the "inverse" mapping strategy.
Definition at line 105 of file Teko_EpetraOperatorWrapper.hpp.
| Teko::Epetra::InverseMappingStrategy::InverseMappingStrategy | ( | const RCP< const MappingStrategy > & | forward | ) | [inline] |
Constructor to build a inverse MappingStrategy from a forward map.
Definition at line 110 of file Teko_EpetraOperatorWrapper.hpp.
| virtual void Teko::Epetra::InverseMappingStrategy::copyEpetraIntoThyra | ( | const Epetra_MultiVector & | epetraX, |
| const Teuchos::Ptr< Thyra::MultiVectorBase< double > > & | thyraX | ||
| ) | const [inline, virtual] |
Copy an Epetra_MultiVector into a Thyra::MultiVectorBase.
Copy an Epetra_MultiVector into a Thyra::MultiVectorBase. The exact method for copying is specified by the concrete implementations.
| [in] | epetraX | Vector to be copied into the Thyra object |
| [in,out] | thyraX | Destination Thyra object |
Implements Teko::Epetra::MappingStrategy.
Definition at line 116 of file Teko_EpetraOperatorWrapper.hpp.
| virtual void Teko::Epetra::InverseMappingStrategy::copyThyraIntoEpetra | ( | const RCP< const Thyra::MultiVectorBase< double > > & | thyraX, |
| Epetra_MultiVector & | epetraX | ||
| ) | const [inline, virtual] |
Copy an Thyra::MultiVectorBase into a Epetra_MultiVector.
Copy an Thyra::MultiVectorBase into an Epetra_MultiVector. The exact method for copying is specified by the concrete implementations.
| [in] | thyraX | Source Thyra object |
| [in,out] | epetraX | Destination Epetra object |
Implements Teko::Epetra::MappingStrategy.
Definition at line 121 of file Teko_EpetraOperatorWrapper.hpp.
| virtual const RCP<const Epetra_Map> Teko::Epetra::InverseMappingStrategy::domainMap | ( | ) | const [inline, virtual] |
Domain map for this strategy.
Implements Teko::Epetra::MappingStrategy.
Definition at line 127 of file Teko_EpetraOperatorWrapper.hpp.
| virtual const RCP<const Epetra_Map> Teko::Epetra::InverseMappingStrategy::rangeMap | ( | ) | const [inline, virtual] |
Range map for this strategy.
Implements Teko::Epetra::MappingStrategy.
Definition at line 131 of file Teko_EpetraOperatorWrapper.hpp.
| virtual std::string Teko::Epetra::InverseMappingStrategy::toString | ( | ) | const [inline, virtual] |
Identifier string.
Implements Teko::Epetra::MappingStrategy.
Definition at line 135 of file Teko_EpetraOperatorWrapper.hpp.
const RCP<const MappingStrategy> Teko::Epetra::InverseMappingStrategy::forwardStrategy_ [protected] |
Forward mapping strategy object.
Definition at line 139 of file Teko_EpetraOperatorWrapper.hpp.
1.7.6.1