|
Teko Version of the Day
|
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 EpetraOperatorWrapper &eow) const |
| Copy an Epetra_MultiVector into a Thyra::MultiVectorBase. | |
| virtual void | copyThyraIntoEpetra (const RCP< const Thyra::MultiVectorBase< double > > &thyraX, Epetra_MultiVector &epetraX, const EpetraOperatorWrapper &eow) 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 107 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 112 of file Teko_EpetraOperatorWrapper.hpp.
| virtual void Teko::Epetra::InverseMappingStrategy::copyEpetraIntoThyra | ( | const Epetra_MultiVector & | epetraX, |
| const Teuchos::Ptr< Thyra::MultiVectorBase< double > > & | thyraX, | ||
| const EpetraOperatorWrapper & | eow | ||
| ) | 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 |
| [in] | eow | EpetraOperatorWrapper using this object (may be unecessary) |
Implements Teko::Epetra::MappingStrategy.
Definition at line 118 of file Teko_EpetraOperatorWrapper.hpp.
| virtual void Teko::Epetra::InverseMappingStrategy::copyThyraIntoEpetra | ( | const RCP< const Thyra::MultiVectorBase< double > > & | thyraX, |
| Epetra_MultiVector & | epetraX, | ||
| const EpetraOperatorWrapper & | eow | ||
| ) | 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 |
| [in] | eow | EpetraOperatorWrapper using this object (may be unecessary) |
Implements Teko::Epetra::MappingStrategy.
Definition at line 123 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 129 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 133 of file Teko_EpetraOperatorWrapper.hpp.
| virtual std::string Teko::Epetra::InverseMappingStrategy::toString | ( | ) | const [inline, virtual] |
Identifier string.
Implements Teko::Epetra::MappingStrategy.
Definition at line 137 of file Teko_EpetraOperatorWrapper.hpp.
const RCP<const MappingStrategy> Teko::Epetra::InverseMappingStrategy::forwardStrategy_ [protected] |
Forward mapping strategy object.
Definition at line 141 of file Teko_EpetraOperatorWrapper.hpp.
1.7.4