Skip to content

Draft: Solverfactory python bindings

Nils-Arne Dreier requested to merge solverfactory_python_bindings into master

This is a draft for adding python bindings for the solverfactory. In contrast to the existing bindings it is necessary to have bindings with the explicit LinearOperator types (e.g. MatrixAdapter) instead of only for the dynamic base class Dune::LinearOperator<...>.

Custom solvers can be added via includes.

depend on dune-common!1080

TODO:

  • Add bindings for parallel operators.
Edited by Nils-Arne Dreier

Merge request reports