From: Joscha Gedicke Date: Wed, 25 May 2016 11:27:45 +0000 (+0200) Subject: entry in specific improvements changes.h X-Git-Tag: v8.5.0-rc1~1016^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2635%2Fhead;p=dealii.git entry in specific improvements changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 1caca6a5ff..2a623072aa 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -255,7 +255,14 @@ inconvenience this causes.

Specific improvements

    -
  1. Fixed: Fix a bug where the SparsityPattern could not have more than 4 +
  2. New: Return value std::vector vertex_mapping for the + make_vertex_patches function, including the optional inversion of the + vertex mapping. +
    + (Joscha Gedicke, 2016/05/25) +
  3. + +
  4. Fixed: Fix a bug where the SparsityPattern could not have more than 4 billions entries when using 32bit indices.
    (Bruno Turcksin, 2016/05/22)