From: Daniel Arndt Date: Sat, 2 Sep 2017 13:50:17 +0000 (+0200) Subject: Changelog entry X-Git-Tag: v9.0.0-rc1~1130^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5013%2Fhead;p=dealii.git Changelog entry --- diff --git a/doc/news/changes/incompatibilities/20170902DanielArndt b/doc/news/changes/incompatibilities/20170902DanielArndt new file mode 100644 index 0000000000..2a0999d62f --- /dev/null +++ b/doc/news/changes/incompatibilities/20170902DanielArndt @@ -0,0 +1,5 @@ +Changed: SolverGMRES used to notify via deallog when re-orthogonalization +of the Arnoldi vectors kicks in. Now, there is a slot one can connect to +retrieve this information. By default nothing is printed. +
+(Daniel Arndt, 2017/09/02)