From a52b209e618ba312990db132031a27a15b67d7f8 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 24 Jul 2015 12:59:54 -0400 Subject: [PATCH] move changelog entries that got included in 8.3 --- doc/news/8.2.1-vs-8.3.0.h | 13 +++++++++++++ doc/news/changes.h | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/news/8.2.1-vs-8.3.0.h b/doc/news/8.2.1-vs-8.3.0.h index 3ecbe393ab..c1b0d35e4d 100644 --- a/doc/news/8.2.1-vs-8.3.0.h +++ b/doc/news/8.2.1-vs-8.3.0.h @@ -548,6 +548,19 @@ inconvenience this causes.
    +
  1. Fixed: parallel::distributed::refine_and_coarsen_fixed_fraction() + in rare circumstances decided to not refine any cells at all, even + if the refinement threshold was nonzero. This is now fixed. +
    + (Wolfgang Bangerth, Andrea Bonito, 2015/07/24) +
  2. + +
  3. Fixed: Bug in DynamicSparsityPattern::iterator would cause invalid + stl::vector::iterator comparison. +
    + (Timo Heister, 2015/07/22) +
  4. +
  5. New: parallel::distributed::Triangulation::add_periodicity now allows for arbitrary orientations between matching faces.
    diff --git a/doc/news/changes.h b/doc/news/changes.h index 470a32b78b..283865bdcd 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -80,19 +80,6 @@ inconvenience this causes.
      -
    1. Fixed: parallel::distributed::refine_and_coarsen_fixed_fraction() - in rare circumstances decided to not refine any cells at all, even - if the refinement threshold was nonzero. This is now fixed. -
      - (Wolfgang Bangerth, Andrea Bonito, 2015/07/24) -
    2. - -
    3. Fixed: Bug in DynamicSparsityPattern::iterator would cause invalid - stl::vector::iterator comparison. -
      - (Timo Heister, 2015/07/22) -
    4. -
    5. New: FESystem now does some work in parallel if your system has multiple processors.
      -- 2.39.5