Skip to content

Multiple Linear Algebra Backends

Martin Nolte requested to merge feature/multiple-backends into master

Until now, dune-ash was hardwired to a single linear algebra backend. These patches add support for multiple backends which can be selected by a parameter. It also enables the use of ISTL preconditioners (including AMG) in parallel.

Merge request reports