My Project
|
Interface class adding the update() method to the preconditioner interface. More...
#include <PreconditionerWithUpdate.hpp>
Public Member Functions | |
virtual void | update ()=0 |
virtual bool | hasPerfectUpdate () const =0 |
Interface class adding the update() method to the preconditioner interface.
|
pure virtual |
Implemented in Opm::gpuistl::GpuDILU< M, X, Y, l >, Opm::gpuistl::OpmGpuILU0< M, X, Y, l >, Dune::Amg::AMGCPR< M, X, S, PI, A >, Dune::MultithreadDILU< M, X, Y >, Opm::gpuistl::GpuJac< M, X, Y, l >, Opm::gpuistl::GpuSeqILU0< M, X, Y, l >, and Opm::gpuistl::PreconditionerAdapter< X, Y, CudaPreconditionerType >.