From: Martin Kronbichler Date: Thu, 14 Apr 2016 14:16:22 +0000 (+0200) Subject: Mention change X-Git-Tag: v8.5.0-rc1~1102^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3faccbfdb1fa6f8391c931a1a7e608bbe040704c;p=dealii.git Mention change --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 7a8f5619e7..1c7064dded 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -120,7 +120,7 @@ inconvenience this causes. indicators specified in a UCD file should be interpreted as boundary_ids or as manifold_ids. This is particularly useful when the indicators refer to internal faces, for which - boundary_ids cannot be used. + boundary_ids cannot be used.
(Andrea Mola, 2016/04/11) @@ -197,6 +197,15 @@ inconvenience this causes.
    +
  1. Improved: The parallel loops in the deal.II Vector class for + vector-vector operations have been revised for performance. This includes + adjusting the minimum parallel grain size to 4096 vector entries and using an + affinity partitioner provided by Threading Building Blocks for better data + locality, especially on multi-socket systems. +
    + (Martin Kronbichler, 2016/04/14) +
  2. +
  3. New: added ReinitHelper for PETSc. This is required by LinearOperator class to reinit vectors.