JuliaLinearAlgebra / AlgebraicMultigrid.jl

Algebraic Multigrid in Julia
Other
117 stars 23 forks source link

Relax `B` #27

Closed ranjanan closed 6 years ago

ranjanan commented 6 years ago

Must relax operator B with 4 iterations of SymmetricSweep. Maybe can skip based on accuracy needs?

ranjanan commented 6 years ago

For now I shall include it by default. This would add some time to the SA method though.