|
opm-simulators
|
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, Comm >.
|
pure virtual |
Implemented in Amgx::AmgxPreconditioner< M, X, Y >, Dune::Amg::AMGCPR< M, X, S, PI, A >, Dune::MultithreadDILU< M, X, Y >, Hypre::HyprePreconditioner< M, X, Y, Comm >, Opm::gpuistl::GpuDILU< CPUMatrixT, X, Y, l >, Opm::gpuistl::GpuJac< M, X, Y, l >, Opm::gpuistl::GpuSeqILU0< M, X, Y, l >, Opm::gpuistl::OpmGpuILU0< CPUMatrixT, X, Y, l >, Opm::gpuistl::PreconditionerAdapter< X, Y, CudaPreconditionerType >, and Opm::gpuistl::PreconditionerCPUMatrixToGPUMatrix< X, Y, CudaPreconditionerType, CPUMatrixType >.