From: Wolfgang Bangerth Date: Fri, 24 Jul 2015 15:58:25 +0000 (-0500) Subject: Add a changelog entry. X-Git-Tag: v8.3.0-rc2~2^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae0986173313e3eabb63d9e3310c06c414a64377;p=dealii.git Add a changelog entry. Conflicts: doc/news/changes.h --- 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..cf2b63737f 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,13 @@ 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. New: parallel::distributed::Triangulation::add_periodicity now allows for arbitrary orientations between matching faces.