From b4ee1e1a96d8254930315c8d3117dffa1179a1ed Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 12 Sep 2016 12:53:25 +0200 Subject: [PATCH] Entry in changes.h --- doc/news/changes.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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) -- 2.39.5