You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,13 @@ smooth!(x, smoother::S, b)
86
86
Where `S` denotes the smoothers cache which also must hold the matrix A.
87
87
`smooth!` performs relaxation steps updating the current iterate x in-place: x ← x + S⁻¹(b − A·x).
88
88
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)
0 commit comments