Skip to content

Commit

Permalink
Update block_gmres.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Oct 28, 2024
1 parent 406c8b2 commit d1215ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/block_gmres.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ kwargs_block_gmres = (:M, :N, :ldiv, :restart, :reorthogonalization, :atol, :rto
allocate_if(restart, solver, :ΔX, SM, n, p)
ΔX, X, W, V, Z = solver.ΔX, solver.X, solver.W, solver.V, solver.Z
C, D, R, H, τ, stats = solver.C, solver.D, solver.R, solver.H, solver.τ, solver.stats
Ψtmp = C
warm_start = solver.warm_start
RNorms = stats.residuals
reset!(stats)
Expand Down

0 comments on commit d1215ab

Please sign in to comment.