From 61c05dc26fc20bf9aa8571620055991af8128bfb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 20 Nov 2015 16:46:51 -0600 Subject: [PATCH] Provide changelog. --- doc/news/changes.h | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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)
  7. -- 2.39.5