From: Timo Heister Date: Wed, 19 Feb 2020 13:55:54 +0000 (-0500) Subject: changelog entry for 64bit fixes X-Git-Tag: v9.2.0-rc1~495^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68f97bd7b9f8486726e8b16186c227a5c7125f50;p=dealii.git changelog entry for 64bit fixes --- diff --git a/doc/news/changes/major/20200219Heister b/doc/news/changes/major/20200219Heister new file mode 100644 index 0000000000..2efbf38382 --- /dev/null +++ b/doc/news/changes/major/20200219Heister @@ -0,0 +1,6 @@ +Fixed: Large computations with more than 4 Billion cells or DoFs +would run into issues in various situations. Bugs in BlockVector, +Triangulation, Multigrid, GridRefinement, and other places are +now fixed. +
+(Thomas Clevenger, Timo Heister, Martin Kronbichler, Peter Munch, 2020/02/19)