You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ AmgX: A Library for GPU Accelerated Algebraic Multigrid and Preconditioned Itera
30
30
*[Building AMGX](#building)
31
31
*[Running examples](#running)
32
32
*[Further reading](#further-reading)
33
+
*[Plugins and bindings](#bindings)
33
34
34
35
## <aname="quickstart"></a> Quickstart
35
36
@@ -170,8 +171,11 @@ Total Time: 0.0170917
170
171
171
172
## <aname="further-reading"></a> Further reading
172
173
174
+
### <aname="bindings"></a> Plugins and bindings to other software
173
175
User @shwina built python bindings to AMGX, check out following repository: https://github.com/shwina/pyamgx.
174
176
177
+
User @piyueh provided link to their work on PETSc wrapper plugins for AMGX: https://github.com/barbagroup/AmgXWrapper
178
+
175
179
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:
0 commit comments