From: Martin Kronbichler Date: Tue, 22 Sep 2015 14:06:09 +0000 (+0200) Subject: Mention changes X-Git-Tag: v8.4.0-rc2~384^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e98b459fef363332a2ff7743e678af3ed9d787d4;p=dealii.git Mention changes --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 4fa3cc110f..b6d0b364f2 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -159,6 +159,12 @@ inconvenience this causes.

General

    +
  1. Fixed: parallel::distributed::Vector is now fully functional for + indices larger than 4 billion. +
    + (Martin Kronbichler, 2015/09/22) +
  2. +
  3. New: PArpackSolver eigensolver interface class.
    (Denis Davydov, 2015/09/17) @@ -308,7 +314,7 @@ inconvenience this causes. (Patrick Esser, 2015/08/17)
  4. -
  5. New: FE_Q_Bubbles describes a FiniteElement based on FE_Q +
  6. New: FE_Q_Bubbles describes a FiniteElement based on FE_Q enriched by bubble functions.
    (Daniel Arndt, 2015/08/12) @@ -343,6 +349,21 @@ inconvenience this causes.
      + +
    1. Improved: The construction of the non-local graph for quick data + exchange of TrilinosWrappers::SparseMatrix became very slow for a few + thousand processors. This has been fixed. +
      + (Martin Kronbichler, 2015/09/22) +
    2. + +
    3. Improved: Initializing a TrilinosWrappers::SparseMatrix from a + DynamicSparsityPattern included some O(global_size) operations. These have + been replaced by operations only on the local range. +
      + (Martin Kronbichler, 2015/09/22) +
    4. +
    5. Changed: All doxygen-generated pages now contain a link to the tutorial in their top-level menus.