Skip to content

Commit

Permalink
Merge pull request #45 from mohamed82008/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ranjanan authored Oct 12, 2018
2 parents 4a4372e + 35ef05d commit 1470b14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
[![codecov.io](http://codecov.io/github/JuliaLinearAlgebra/AlgebraicMultigrid.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaLinearAlgebra/AlgebraicMultigrid.jl?branch=master)
[![Build status](https://ci.appveyor.com/api/projects/status/0wnj4lhk1rvl5pjp?svg=true)](https://ci.appveyor.com/project/ranjanan/algebraicmultigrid-jl)


This package lets you solve sparse linear systems using Algebraic Multigrid (AMG). This works especially well for symmetric positive definite matrices.

## Usage

```julia
using AMG
using AlgebraicMultigrid

A = poisson(1000) # Creates a sample symmetric positive definite sparse matrix
ml = ruge_stuben(A) # Construct a Ruge-Stuben solver
Expand Down Expand Up @@ -58,13 +57,14 @@ Strength of Connection:

Smoothers:
* Gauss Seidel (Symmetric, Forward, Backward)
* Damped Jacobi

Cycling:
* V cycle

In the future, this package will support:
1. Other splitting methods (like CLJP)
2. SOR, Jacobi smoothers
2. SOR smoother
3. W, F, AMLI cycles

#### Acknowledgements
Expand Down

0 comments on commit 1470b14

Please sign in to comment.