19#ifndef OPM_CUISTL_PRECONDITIONERHOLDER_HPP
20#define OPM_CUISTL_PRECONDITIONERHOLDER_HPP
21#include <opm/simulators/linalg/PreconditionerWithUpdate.hpp>
32template <
class X,
class Y>
Common interface for adapters that hold preconditioners.
Definition PreconditionerHolder.hpp:34
virtual std::shared_ptr< Dune::PreconditionerWithUpdate< X, Y > > getUnderlyingPreconditioner()=0
getUnderlyingPreconditioner gets the underlying preconditioner (preconditioner being held)