Thyra
Version of the Day
|
Standard strategy subclass for extracting an Epetra_Operator
view out of a Thyra::LinearOpBase<double>
object by dynamic casting to the EpetraLinearOpBase
interface.
More...
#include <Thyra_EpetraOperatorViewExtractorStd.hpp>
Overridden from EpetraOperatorViewExtractorBase. | |
bool | isCompatible (const LinearOpBase< double > &fwdOp) const |
void | getNonconstEpetraOpView (const RCP< LinearOpBase< double > > &fwdOp, const Ptr< RCP< Epetra_Operator > > &epetraOp, const Ptr< EOpTransp > &epetraOpTransp, const Ptr< EApplyEpetraOpAs > &epetraOpApplyAs, const Ptr< EAdjointEpetraOp > &epetraOpAdjointSupport, const Ptr< double > &epetraOpScalar) const |
void | getEpetraOpView (const RCP< const LinearOpBase< double > > &fwdOp, const Ptr< RCP< const Epetra_Operator > > &epetraOp, const Ptr< EOpTransp > &epetraOpTransp, const Ptr< EApplyEpetraOpAs > &epetraOpApplyAs, const Ptr< EAdjointEpetraOp > &epetraOpAdjointSupport, const Ptr< double > &epetraOpScalar) const |
Standard strategy subclass for extracting an Epetra_Operator
view out of a Thyra::LinearOpBase<double>
object by dynamic casting to the EpetraLinearOpBase
interface.
ToDo: Finish documentation!
Definition at line 27 of file Thyra_EpetraOperatorViewExtractorStd.hpp.
|
virtual |
Implements Thyra::EpetraOperatorViewExtractorBase.
Definition at line 23 of file Thyra_EpetraOperatorViewExtractorStd.cpp.
|
virtual |
Implements Thyra::EpetraOperatorViewExtractorBase.
Definition at line 38 of file Thyra_EpetraOperatorViewExtractorStd.cpp.
|
virtual |
Implements Thyra::EpetraOperatorViewExtractorBase.
Definition at line 53 of file Thyra_EpetraOperatorViewExtractorStd.cpp.