From 602560345c297617568e3cc545097b6b84f673f7 Mon Sep 17 00:00:00 2001 From: marsaev <32493426+marsaev@users.noreply.github.com> Date: Tue, 2 Jul 2019 15:23:48 +0300 Subject: [PATCH] Minor readme update Adding link to PETSc plugin by user @piyueh --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 086e2734..702bf022 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ AmgX: A Library for GPU Accelerated Algebraic Multigrid and Preconditioned Itera * [Building AMGX](#building) * [Running examples](#running) * [Further reading](#further-reading) + * [Plugins and bindings](#bindings) ## Quickstart @@ -170,8 +171,11 @@ Total Time: 0.0170917 ## Further reading +### Plugins and bindings to other software User @shwina built python bindings to AMGX, check out following repository: https://github.com/shwina/pyamgx. +User @piyueh provided link to their work on PETSc wrapper plugins for AMGX: https://github.com/barbagroup/AmgXWrapper + See [API reference doc](doc/AMGX_Reference.pdf) for detailed description of the interface. In the next few weeks we will be providing more information and details on the project such as: * Plans on the project development and priorities * Issues