amgcl icon indicating copy to clipboard operation
amgcl copied to clipboard

Python bindings for `amgcl`

Open ma-sadeghi opened this issue 3 years ago • 3 comments
trafficstars

Just came across this amazing repo, I was just wondering if there's any working Python interface for amgcl. Thank you so much!

ma-sadeghi avatar Jul 31 '22 22:07 ma-sadeghi

Yes, there is a wrapper code using pybind11 in the pyamgcl folder. Also see these examples:

ddemidov avatar Aug 01 '22 09:08 ddemidov

Apologies for reviving this old issue. Are there any plans to get a packaged version on pypi? This would be a nice feature to help quickly try the available wrapped solvers.

tvercaut avatar Oct 17 '23 20:10 tvercaut

There are no such plans currently, but I would accept a PR for this :). Note that the python package here is more of an example, as it does not cover all of the possible functionality.

ddemidov avatar Nov 01 '23 05:11 ddemidov