From: Martin Kronbichler Date: Thu, 7 Feb 2019 11:26:11 +0000 (+0100) Subject: Add changelog. X-Git-Tag: v9.1.0-rc1~338^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63f795652168082d5ed2124258500b8e454e2d5b;p=dealii.git Add changelog. --- diff --git a/doc/news/changes/minor/20190207MartinKronbichler b/doc/news/changes/minor/20190207MartinKronbichler new file mode 100644 index 0000000000..3785b7f5ab --- /dev/null +++ b/doc/news/changes/minor/20190207MartinKronbichler @@ -0,0 +1,5 @@ +Improved: The iteration of PreconditionChebyshev has been overhauled to reduce +the number of vectors written per iteration to one, leading to slightly faster +execution of the vector updates. +
+(Martin Kronbichler, 2019/02/07)