From: Guido Kanschat Date: Tue, 2 Aug 2016 15:41:44 +0000 (+0200) Subject: add entries to changelog X-Git-Tag: v8.5.0-rc1~812^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a6ef21203d5a23ac6bb2cf81cc2756ca8d5edfc;p=dealii.git add entries to changelog --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 761e56ba88..627b9a6cd2 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -39,6 +39,19 @@ inconvenience this causes.
    +
  1. Changed: DoFTools::make_cell_patches() only accepts block lists +of type SparsityPattern. The reason is that it has to initialize the +size of the pattern on distributed triangulations by computing the +number of locally owned cells. Initialization differs between sparsity +pattern classes, so no generic function would be possible. On the +other hand, the block list is an object, which only extends over +locally owned grid cells and its size can be determined efficiently +upon initialization. Therefore, SparsityPattern is a good choice here. +
    +(Guido Kanschat, 2016/08/02) +
  2. + +
  3. Changed: The conversion constructors of class Vector from the PETScWrappers::Vector, PETScWrappers::MPI::Vector, TrilinosWrappers::Vector, and TrilinosWrappers::MPI::Vector classes @@ -395,6 +408,12 @@ inconvenience this causes.

    Specific improvements

      +
    1. Improved: DoFTools::make_cell_patches() can create block lists + only extending over local cells of distributed triangulations. +
      + (Guido Kanschat, 2016/08/02) +
    2. +
    3. Fixed: (P)ARPACK interface for non-symmetric matrices.
      (Joscha Gedicke, 2016/08/01)