From: Wolfgang Bangerth Date: Fri, 20 Nov 2015 22:46:51 +0000 (-0600) Subject: Provide changelog. X-Git-Tag: v8.4.0-rc2~212^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1891%2Fhead;p=dealii.git Provide changelog. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 6a91d657a3..4b2ba3acc4 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -167,6 +167,17 @@ inconvenience this causes.

General

    +
  1. Changed: The function FE_DGPNonparametric::shape_value() and similar + functions in the same class returned values and derivatives of shape + functions on the reference cell. However, this element is not defined + through mapping of shape functions from the reference cell, and consequently + it makes no sense to ask for this information. These functions have therefore + been changed to throw an exception instead, as documented in + FiniteElement::shape_value(). +
    + (Wolfgang Bangerth, 2015/11/20) +
  2. +
  3. Fixed: Trilinos ML preconditioner is now deterministic when using version 12.4 or newer.
    @@ -431,8 +442,8 @@ inconvenience this causes. (Denis Davydov, 2015/11/09)
  4. -
  5. Fixed: FETools::project_dg was adding the vector projection to - the output vector. Now is the output vector initialized to zero. +
  6. Fixed: FETools::project_dg was adding the vector projection to + the output vector. Now is the output vector initialized to zero.
    (Adam Kosik, 2015/11/09)