default mapping strategy for the basic TpetraOperatorWrapper More...
#include <Teko_TpetraOperatorWrapper.hpp>
Public Member Functions | |
virtual void | copyTpetraIntoThyra (const Tpetra::MultiVector< ST, LO, GO, NT > &tpetraX, const Teuchos::Ptr< Thyra::MultiVectorBase< ST > > &thyraX) const |
Copy an Epetra_MultiVector into a Thyra::MultiVectorBase. More... | |
virtual void | copyThyraIntoTpetra (const RCP< const Thyra::MultiVectorBase< ST > > &thyraX, Tpetra::MultiVector< ST, LO, GO, NT > &tpetraX) const |
Copy an Thyra::MultiVectorBase into a Epetra_MultiVector. More... | |
virtual const RCP< const Tpetra::Map< LO, GO, NT > > | domainMap () const |
Domain map for this strategy. More... | |
virtual const RCP< const Tpetra::Map< LO, GO, NT > > | rangeMap () const |
Range map for this strategy. More... | |
virtual std::string | toString () const |
Identifier string. More... | |
Protected Attributes | |
RCP< const Thyra::VectorSpaceBase< ST > > | domainSpace_ |
Domain space object. More... | |
RCP< const Thyra::VectorSpaceBase< ST > > | rangeSpace_ |
Range space object. More... | |
RCP< const Tpetra::Map< LO, GO, NT > > | domainMap_ |
Pointer to the constructed domain map. More... | |
RCP< const Tpetra::Map< LO, GO, NT > > | rangeMap_ |
Pointer to the constructed range map. More... | |
default mapping strategy for the basic TpetraOperatorWrapper
Definition at line 147 of file Teko_TpetraOperatorWrapper.hpp.
|
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::TpetraHelpers::MappingStrategy.
Definition at line 81 of file Teko_TpetraOperatorWrapper.cpp.
|
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::TpetraHelpers::MappingStrategy.
Definition at line 86 of file Teko_TpetraOperatorWrapper.cpp.
|
inlinevirtual |
Domain map for this strategy.
Implements Teko::TpetraHelpers::MappingStrategy.
Definition at line 179 of file Teko_TpetraOperatorWrapper.hpp.
|
inlinevirtual |
Range map for this strategy.
Implements Teko::TpetraHelpers::MappingStrategy.
Definition at line 182 of file Teko_TpetraOperatorWrapper.hpp.
|
inlinevirtual |
Identifier string.
Implements Teko::TpetraHelpers::MappingStrategy.
Definition at line 185 of file Teko_TpetraOperatorWrapper.hpp.
|
protected |
Domain space object.
Definition at line 189 of file Teko_TpetraOperatorWrapper.hpp.
|
protected |
Range space object.
Definition at line 190 of file Teko_TpetraOperatorWrapper.hpp.
|
protected |
Pointer to the constructed domain map.
Definition at line 192 of file Teko_TpetraOperatorWrapper.hpp.
|
protected |
Pointer to the constructed range map.
Definition at line 193 of file Teko_TpetraOperatorWrapper.hpp.