Public Member Functions | |
PreconditionBlockBase () | |
~PreconditionBlockBase () | |
Protected Attributes | |
Teuchos::RCP < Thyra::ConstLinearOperator < double > > | preconditioner |
Friends | |
class | SolverBlockBase |
This implements an interface class of preconditioners for block matrices based on Trilinos, which are intended to be used with the solver classes SolverBlockCG and SolverBlockGMRES. This is based on the Trilinos Thyra abstract interface of linear operators. This class does not implement any method, and derived classes will need to do that job.
TrilinosWrappers::PreconditionBlockBase::PreconditionBlockBase | ( | ) |
Empty constructor.
TrilinosWrappers::PreconditionBlockBase::~PreconditionBlockBase | ( | ) |
Destructor.
friend class SolverBlockBase [friend] |
Teuchos::RCP<Thyra::ConstLinearOperator<double> > TrilinosWrappers::PreconditionBlockBase::preconditioner [protected] |
Preconditioner object.