From e98b459fef363332a2ff7743e678af3ed9d787d4 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 22 Sep 2015 16:06:09 +0200 Subject: [PATCH] Mention changes --- doc/news/changes.h | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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.
      -- 2.39.5