10 #include "Thyra_get_Epetra_Operator.hpp"
11 #include "Thyra_EpetraLinearOp.hpp"
12 #include "Teuchos_dyn_cast.hpp"
21 return thyra_epetra_op.epetra_op();
28 const EpetraLinearOp &thyra_epetra_op =
Teuchos::dyn_cast<
const EpetraLinearOp>(op);
29 return thyra_epetra_op.epetra_op();
T_To & dyn_cast(T_From &from)
Teuchos::RCP< Epetra_Operator > get_Epetra_Operator(LinearOpBase< Scalar > &)
Get smart pointer to non-const Epetra_Operator object from reference to a non-const EpetraLinearOp ac...