From: Matthias Maier Date: Tue, 15 Sep 2015 17:16:37 +0000 (-0500) Subject: Update changes.h, move entry X-Git-Tag: v8.4.0-rc2~417^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1615%2Fhead;p=dealii.git Update changes.h, move entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index ec69120ffc..88bd054463 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -50,6 +50,9 @@ inconvenience this causes. - The three argument variant of cross_product that returns the result by reference as first argument. Use the function that directly returns the result instead. + - The three argument variants of outer_product that return the result by + reference as first argument. Use the function that directly returns the + result instead.
(Matthias Maier, 2015/09/14 - XXX) @@ -137,6 +140,12 @@ inconvenience this causes.
    +
  1. Changed: All doxygen-generated pages now contain a link to the + tutorial in their top-level menus. +
    + (Wolfgang Bangerth, 2015/09/13) +
  2. +
  3. New: A new namespace TensorAccessors is introduced that contains generic algorithms for tensorial objects, i.e., objects that allow repeated access via the index operator operator[](unsigned int). @@ -303,12 +312,6 @@ inconvenience this causes.
      -
    1. Changed: All doxygen-generated pages now contain a link to the - tutorial in their top-level menus. -
      - (Wolfgang Bangerth, 2015/09/13) -
    2. -
    3. Cleanup: Constructors of AdditionalData in various linear solvers are now marked explicit. This avoid bugs with implicit conversions like the one fixed in step-40.