Skip to content

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
avik-pal and github-actions[bot] authored Oct 31, 2024
1 parent 8762dcc commit ba02fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/large_systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ which is more automatic. The setup is very similar to before:
using AlgebraicMultigrid
function algebraicmultigrid(W, p = nothing)
return aspreconditioner(ruge_stuben(convert(AbstractMatrix, W))), LinearAlgebra.I
return aspreconditioner(ruge_stuben(convert(AbstractMatrix, W))), LinearAlgebra.I
end
@btime solve(prob_brusselator_2d_sparse,
Expand Down

0 comments on commit ba02fc8

Please sign in to comment.