File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -111,3 +111,9 @@ The following preconditioners match the interface of LinearSolve.jl.
111
111
preconditioners which supports distributed computing via MPI. These can be
112
112
written using the LinearSolve.jl interface choosing algorithms like ` HYPRE.ILU `
113
113
and ` HYPRE.BoomerAMG ` .
114
+ - [ KrylovPreconditioners.jl] ( https://github.com/JuliaSmoothOptimizers/KrylovPreconditioners.jl/ ) : Provides GPU-ready
115
+ preconditioners via KernelAbstractions.jl. At the time of writing the package provides the following methods:
116
+
117
+ + Incomplete Cholesky decomposition ` KrylovPreconditioners.kp_ic0(A) `
118
+ + Incomplete LU decomposition ` KrylovPreconditioners.kp_ilu0(A) `
119
+ + Block Jacobi ` KrylovPreconditioners.BlockJacobiPreconditioner(A, nblocks, device) `
You can’t perform that action at this time.
0 commit comments