JuliaLinearAlgebra / AlgebraicMultigrid.jl

Algebraic Multigrid in Julia
Other
116 stars 23 forks source link

Update to support IterativeSolvers.jl 0.9 API #71

Closed mohamed82008 closed 3 years ago

mohamed82008 commented 3 years ago

This PR updates AMG to use reltol and abstol instead of tol to be consistent with IterativeSolvers.jl 0.9. I also update the compat entry for IterativeSolvers to 0.9 only and bump the version of AMG to 0.4.0. This replaces #70.

ranjanan commented 3 years ago

Upstream packages should be updated to use reltol and abstol instead. @mohamed82008, does this supercede https://github.com/JuliaLinearAlgebra/AlgebraicMultigrid.jl/pull/70 ?

ranjanan commented 3 years ago

In which case I shall close it.

mohamed82008 commented 3 years ago

@mohamed82008, does this supercede #70 ?

Yes