Skip to content

Commit 9408497

Browse files
add a mention of HYPRE in the preconditioners section
1 parent 1578619 commit 9408497

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/basics/Preconditioners.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,5 @@ The following preconditioners match the interface of LinearSolve.jl.
104104
- [RandomizedPreconditioners.NystromPreconditioner](https://github.com/tjdiamandis/RandomizedPreconditioners.jl)
105105
A randomized sketching method for positive semidefinite matrices `A`. Builds a preconditioner ``P ≈ A + μ*I``
106106
for the system ``(A + μ*I)x = b``.
107+
- [HYPRE.jl](https://github.com/fredrikekre/HYPRE.jl) A set of solvers with
108+
preconditioners which supports distributed computing via MPI.

0 commit comments

Comments
 (0)