From 3c1b7e26274c79ab0ee526bf1eb14d05d475bee0 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Tue, 14 Jul 2020 12:53:53 +0200 Subject: [PATCH] [changelog] Add comment on ISTL solverfactory --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8dad4d78..3358381e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,9 @@ An additional new option is `Vtk.CoordPrecision` which changes the precision of - __Examples__: The documentation of the examples has been improved further, focusing on readability and convenience. Further, three additional examples are included the folder `examples`. To get an overview, point your browser to https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/tree/master/examples. +- __Linear solvers__: There is a new ISTL solver factory backend which allows to choose solvers at runtime (requires dune-istl 2.7) and also enables more parallel solvers (requires dune-istl > 2.7.1). + + ### Immediate interface changes not allowing/requiring a deprecation period - Remove `Grid.HeapSize` as dune-ugrid removed the according feature as well. -- GitLab