JuliaLinearAlgebra / AlgebraicMultigrid.jl

Algebraic Multigrid in Julia
Other
116 stars 23 forks source link

verbose #66

Closed weymouth closed 2 years ago

weymouth commented 4 years ago

It appears that the verbose argument in solve is ignored. I would suggest dropping the argument instead of implementing it, since the log of residuals is plenty.

ViralBShah commented 2 years ago

Fixed in https://github.com/JuliaLinearAlgebra/AlgebraicMultigrid.jl/pull/74