From: Matthias Maier Date: Fri, 21 Aug 2015 21:29:15 +0000 (-0500) Subject: Add a changes.h entry X-Git-Tag: v8.4.0-rc2~557^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ced3de37776e2617b202916ad9c050f23a3a00ec;p=dealii.git Add a changes.h entry Closes #554 --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 94191e3aae..24c874f93e 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -38,7 +38,15 @@ inconvenience this causes.

    - + +
  1. Changed: The parameter @p first_vector_components has been removed + from GridTools::collect_periodic_faces(). Instead, + DoFTools::make_periodicity_constraints() now accepts a parameter + @p first_vector_components in all (supported) variants. +
    + (Matthias maier, 2015/08/21) +
  2. +
  3. Changed: FEValues::normal_vector() for historical reasons returned a value of type Point, though a normal vector is more adequately described as a Tensor@<1,dim@>. Many similar cases were already clarified in deal.II @@ -100,6 +108,12 @@ inconvenience this causes.
      +
    1. Improved: The interface and documentation for periodic boundary + conditions have been restructured. A glossary entry has been written. +
      + (Daniel Arndt, Matthias Maier, 2015/08/01-2015/08/21) +
    2. +
    3. New: There is a new documentation module on @ref FE_vs_Mapping_vs_FEValues "How Mapping, FiniteElement, and FEValues work together".