From: Daniel Arndt Date: Mon, 12 Sep 2016 10:53:25 +0000 (+0200) Subject: Entry in changes.h X-Git-Tag: v8.5.0-rc1~679^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ee1e1a96d8254930315c8d3117dffa1179a1ed;p=dealii.git Entry in changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index a883b3178f..c1055e162a 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -521,6 +521,20 @@ inconvenience this causes.

Specific improvements

    +
  1. Fixed: IndexSet::make_trilinos_map now treats non-ascending but + contiguous IndexSets correctly. It creates a linear EpetraMap only + if the IndexSets are ascending and 1:1. +
    + (Daniel Arndt, 2016/09/11) +
  2. + +
  3. New: IndexSet::is_ascending_and_one_to_one allows to find out + whether the nth range of indices is stored on the nth process in case + the IndexSets are contiguous. +
    + (Daniel Arndt, 2016/09/11) +
  4. +
  5. Fixed: FE_TraceQ now provides unit support points.
    (Martin Kronbichler, 2016/09/08)