Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 2 years ago
..
PyAMG.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 2 years ago
PyAMG.info a38b095917 academic/PyAMG: Update HOMEPAGE. 7 years ago
README a37908e881 academic/PyAMG: Fix README. 3 years ago
slack-desc 080ea62570 academic/PyAMG: Added (Algebraic Multigrid Library). 9 years ago

README

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.