mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
a37908e881
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
492 B
Text
9 lines
492 B
Text
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.
|