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 Amgx::AmgxPreconditioner< M, X, Y >, and Hypre::HyprePreconditioner< M, X, Y >.
|
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 >, Amgx::AmgxPreconditioner< M, X, Y >, Dune::MultithreadDILU< M, X, Y >, Opm::gpuistl::GpuJac< M, X, Y, l >, Opm::gpuistl::GpuSeqILU0< M, X, Y, l >, Opm::gpuistl::PreconditionerAdapter< X, Y, CudaPreconditionerType >, and Hypre::HyprePreconditioner< M, X, Y >.