Skip to content

Commit 3640efd

Browse files
authored
Update README.md
1 parent 04632f3 commit 3640efd

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AMG
1+
# Algebraic Multigrid (AMG)
22

33
[![Build Status](https://travis-ci.org/ranjanan/AMG.jl.svg?branch=master)](https://travis-ci.org/ranjanan/AMG.jl)
44
[![Coverage Status](https://coveralls.io/repos/ranjanan/AMG.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/ranjanan/AMG.jl?branch=master)
@@ -45,15 +45,20 @@ c = cg(A, A*ones(1000), Pl = p)
4545
## Features and Roadmap
4646

4747
This package currently supports:
48-
1. Ruge-Stuben Solver
49-
2. Classical Strength of Connection
50-
3. Ruge-Stuben C/F splitting
51-
4. Gauss-Siedel smoothers
52-
5. V cycle multigrid
53-
54-
The following have experimental support:
55-
1. SmoothedAggregation Solver
56-
2. Standard Strength of Conneciton
48+
49+
AMG Styles:
50+
* Ruge-Stuben Solver
51+
* Smoothed Aggregation (SA)
52+
53+
Strength of Connection:
54+
* Classical Strength of Connection
55+
* Symmetric Strength of Connection
56+
57+
Smoothers:
58+
* Gauss Seidel (Symmetric, Forward, Backward)
59+
60+
Cycling:
61+
* V cycle
5762

5863
In the future, this package will support:
5964
1. Other splitting methods (like CLJP)

0 commit comments

Comments
 (0)