From 797969ed01c7f685b8495e77f34ea7bf33ce9abb Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 5 Feb 2019 19:08:36 +0100 Subject: [PATCH] Add changelog. --- doc/news/changes/minor/20190205MartinKronbichler | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/minor/20190205MartinKronbichler diff --git a/doc/news/changes/minor/20190205MartinKronbichler b/doc/news/changes/minor/20190205MartinKronbichler new file mode 100644 index 0000000000..711b9588df --- /dev/null +++ b/doc/news/changes/minor/20190205MartinKronbichler @@ -0,0 +1,7 @@ +Fixed: MGLevelGlobalTransfer::copy_to_mg would initialize the level vectors +without ghosts. When combined with Chebyshev smoother and a DiagonalMatrix as +well as specific matrix-free loops, this could lead to ghosted vectors in +places where they were not supposed to be ghosted, leading to exceptions. This +is now fixed. +
+(Martin Kronbichler, 2019/02/05) -- 2.39.5