summaryrefslogtreecommitdiffstats
path: root/academic/PyAMG/README
blob: ffdbc77d70afa723200169a88c0f93edb972e9b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
PyAMG

PyAMG is a library of **Algebraic Multigrid (AMG)** solvers with a convenient
Python interface.

AMG is a multilevel technique for solving large-scale linear systems with
optimal or near-optimal efficiency.  Unlike geometric multigrid, AMG requires
little or no geometric information about the underlying problem and develops a
sequence of coarser grids directly from the input matrix. This feature is
especially important for problems discretized on unstructured meshes and
irregular grids.