Skip to content

Commit 4a6bb92

Browse files
authored
Merge pull request #209 from mohamed82008/patch-1
Add other preconditioner package recommendations
2 parents 3d5c80d + b916c04 commit 4a6bb92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/preconditioning.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ IterativeSolvers.jl itself does not provide any other preconditioners besides `I
1919

2020
- [ILU.jl](https://github.com/haampie/ILU.jl) for incomplete LU decompositions (using drop tolerance);
2121
- [IncompleteSelectedInversion.jl](https://github.com/ettersi/IncompleteSelectedInversion.jl) for incomplete LDLt decompositions.
22+
- [AMG.jl](https://github.com/JuliaLinearAlgebra/AlgebraicMultigrid.jl) for some algebraic multigrid (AMG) preconditioners.
23+
- [Preconditioners.jl](https://github.com/mohamed82008/Preconditioners.jl) which wraps a bunch of preconditioners from other packages. If you are a beginner or want to try different ones quickly, this is good starting place.

0 commit comments

Comments
 (0)