Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkelley committed Jul 29, 2024
1 parent 28b647e commit 1843936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Solvers/mpkrir.jl
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@ function mpkrir(AF::MPKFact, b; reporting = false,
kout = kl_bicgstab(x0, r, MPhatv, VF, eta, MPhptv;
pdata = MP_Data, side = "left", kl_store=kl_store)
end
#
# Make some noise
#
push!(khist,length(kout.reshist))
itcp1 = itc + 1
winner = kout.idid ? " $ktype converged" : " $ktype failed"
#
# Make some noise
#
verbose && (println(
"Krylov stats: Iteration $itcp1 :",
length(kout.reshist),
Expand Down

0 comments on commit 1843936

Please sign in to comment.