ddemidov/amgcl

Python bindings for `amgcl`

ma-sadeghi opened this issue · 3 comments

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

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

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.

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.