From 3faccbfdb1fa6f8391c931a1a7e608bbe040704c Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 14 Apr 2016 16:16:22 +0200 Subject: [PATCH] Mention change --- doc/news/changes.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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.
    -- 2.39.5