,

AMGCL: An Efficient, Flexible, and Extensible Algebraic Multigrid Implementation

.
Lobachevskii Journal of Mathematics, 40 (5): 535–546 (01.05.2019)
DOI: 10.1134/S1995080219050056

Аннотация

The paper presents AMGCL—an opensource C++ library implementing the algebraic multigrid method (AMG) for solution of large sparse linear systems of equations, usually arising from discretization of partial differential equations on an unstructured grid. The library supports both shared and distributed memory computation, allows to utilize modern massively parallel processors via OpenMP, OpenCL, or CUDA technologies, has minimal dependencies, and is easily extensible. The design principles behind AMGCL are discussed and it is shown that the code performance is on par with alternative implementations.

тэги

Пользователи данного ресурса

  • @gdmcbain

Комментарии и рецензиипоказать / перейти в невидимый режим

  • @gdmcbain
    5 лет назад (последнее обновление5 лет назад)
    A very nice description of a very nice library. For an example using the provided Python interface pyamgcl, see https://kinnala.github.io/scikit-fem-docs/examples/ex09.html.
Пожалуйста, войдите в систему, чтобы принять участие в дискуссии (добавить собственные рецензию, или комментарий)