Thyra Package Browser (Single Doxygen Collection)
Version of the Day
|
Transformer subclass for adding Epetra/Thyra operators using EpetraExt::MatrixMatrix. More...
#include <Thyra_EpetraExtAddTransformer.hpp>
Inherits LinearOpTransformerBase< double >.
Related Functions | |
(Note that these are not member functions.) | |
RCP< EpetraExtAddTransformer > | epetraExtAddTransformer () |
Nonmember constructor. More... | |
Overridden from LinearOpTransformerBase. | |
virtual bool | isCompatible (const LinearOpBase< double > &op_in) const |
virtual RCP< LinearOpBase < double > > | createOutputOp () const |
virtual void | transform (const LinearOpBase< double > &op_in, const Ptr< LinearOpBase< double > > &op_inout) const |
Transformer subclass for adding Epetra/Thyra operators using EpetraExt::MatrixMatrix.
Definition at line 24 of file Thyra_EpetraExtAddTransformer.hpp.
|
virtual |
Definition at line 41 of file Thyra_EpetraExtAddTransformer.cpp.
References TEUCHOS_TEST_FOR_EXCEPT, and TEUCHOS_UNREACHABLE_RETURN.
|
virtual |
Definition at line 50 of file Thyra_EpetraExtAddTransformer.cpp.
|
virtual |
Definition at line 56 of file Thyra_EpetraExtAddTransformer.cpp.
References CONJTRANS, Teuchos::dyn_cast(), dyn_cast(), Thyra::EpetraLinearOp::epetra_op(), Teuchos::RCP< T >::get(), Thyra::get_Epetra_Operator(), Thyra::get_Epetra_Vector(), Thyra::EpetraLinearOp::initialize(), NOTRANS, Teuchos::null, Teuchos::RCP< T >::ptr(), Teuchos::rcp(), rcp(), TEUCHOS_ASSERT, TEUCHOS_ASSERT_EQUALITY, and TEUCHOS_TEST_FOR_EXCEPTION.
|
related |
Nonmember constructor.
Definition at line 56 of file Thyra_EpetraExtAddTransformer.hpp.
References Teuchos::rcp().