19 #ifndef OPM_CUISTL_PRECONDITIONERHOLDER_HPP 20 #define OPM_CUISTL_PRECONDITIONERHOLDER_HPP 21 #include <opm/simulators/linalg/PreconditionerWithUpdate.hpp> 32 template <
class X,
class Y>
Common interface for adapters that hold preconditioners.
Definition: PreconditionerHolder.hpp:33
virtual std::shared_ptr< Dune::PreconditionerWithUpdate< X, Y > > getUnderlyingPreconditioner()=0
getUnderlyingPreconditioner gets the underlying preconditioner (preconditioner being held) ...
A small, fixed‑dimension MiniVector class backed by std::array that can be used in both host and CUD...
Definition: AmgxInterface.hpp:37