Skip to content

Commit f8e4644

Browse files
Update README with coarse solver info
1 parent 90e9825 commit f8e4644

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ smooth!(x, smoother::S, b)
8686
Where `S` denotes the smoothers cache which also must hold the matrix A.
8787
`smooth!` performs relaxation steps updating the current iterate x in-place: x ← x + S⁻¹(b − A·x).
8888

89+
## Coarse solver
90+
91+
Users can choose from different coarse solvers.
92+
* AlgebraicMultigrid.LinearSolveWrapper(alg) where alg is any LinearSolve.jl solver (https://docs.sciml.ai/LinearSolve/stable/basics/algorithm_selection/#Algorithm-Categories)
93+
* AlgebraicMultigrid.QRSolver
94+
* AlgebraicMultigrid.Pinv
95+
8996
## Features and Roadmap
9097

9198
This package currently supports:

0 commit comments

Comments
 (0)