From: Martin Kronbichler Date: Fri, 13 Sep 2019 10:57:38 +0000 (+0200) Subject: Changelog entry X-Git-Tag: v9.2.0-rc1~1112^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=770f0d6638a85032c66d7d1b666d9c0b73636d6e;p=dealii.git Changelog entry --- diff --git a/doc/news/changes/minor/20190913MartinKronbichler b/doc/news/changes/minor/20190913MartinKronbichler new file mode 100644 index 0000000000..01e8dbd44c --- /dev/null +++ b/doc/news/changes/minor/20190913MartinKronbichler @@ -0,0 +1,5 @@ +Fixed: DoFHandler::distribute_mg_dofs() for distributed triangulations has +been made up to ten times faster by replacing an inefficient function for the +exchange of ghosted level degrees of freedom. +
+(Martin Kronbichler, 2019/09/13)