We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca2e78 commit 0b804aaCopy full SHA for 0b804aa
src/simplegmres.jl
@@ -161,7 +161,7 @@ function init_cacheval(alg::SimpleGMRES{UDB}, args...; kwargs...) where {UDB}
161
end
162
163
function _init_cacheval(::Val{false}, alg::SimpleGMRES, A, b, u, Pl, Pr, maxiters::Int,
164
- abstol, reltol, ::Bool, ::OperatorAssumptions; zeroinit = true, kwargs...)
+ abstol, reltol, ::LinearVerbosity, ::OperatorAssumptions; zeroinit = true, kwargs...)
165
@unpack memory, restart, blocksize, warm_start = alg
166
167
if zeroinit
@@ -392,7 +392,7 @@ function SciMLBase.solve!(cache::SimpleGMRESCache{false}, lincache::LinearCache)
392
393
394
function _init_cacheval(::Val{true}, alg::SimpleGMRES, A, b, u, Pl, Pr, maxiters::Int,
395
- abstol, reltol, ::Bool, ::OperatorAssumptions; zeroinit = true,
+ abstol, reltol, ::LinearVerbosity, ::OperatorAssumptions; zeroinit = true,
396
blocksize = alg.blocksize)
397
@unpack memory, restart, warm_start = alg
398
0 commit comments