Skip to content

Commit 1d6742c

Browse files
authored
Update ILU to IncompleteLU in preconditioning docs
1 parent 9384867 commit 1d6742c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/preconditioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pl = Pr = IterativeSolvers.Identity()
1717
## Available preconditioners
1818
IterativeSolvers.jl itself does not provide any other preconditioners besides `Identity()`, but recommends the following external packages:
1919

20-
- [ILU.jl](https://github.com/haampie/ILU.jl) for incomplete LU decompositions (using drop tolerance);
20+
- [IncompleteLU.jl](https://github.com/haampie/IncompleteLU.jl) for incomplete LU decompositions (using drop tolerance).
2121
- [IncompleteSelectedInversion.jl](https://github.com/ettersi/IncompleteSelectedInversion.jl) for incomplete LDLt decompositions.
2222
- [AlgebraicMultigrid.jl](https://github.com/JuliaLinearAlgebra/AlgebraicMultigrid.jl) for some algebraic multigrid (AMG) preconditioners.
2323
- [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)