Draft: Solverfactory python bindings
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