From ced3de37776e2617b202916ad9c050f23a3a00ec Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 21 Aug 2015 16:29:15 -0500 Subject: [PATCH] Add a changes.h entry Closes #554 --- doc/news/changes.h | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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".
      -- 2.39.5