From 812f3efc0c4402469acbde922a25409d6626962e Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 6 Feb 2013 14:30:59 +0000 Subject: [PATCH] Mention Jean-Paul's patch. git-svn-id: https://svn.dealii.org/trunk@28254 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 9c6a2f60fc..fcc86e355e 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -177,6 +177,11 @@ DoFHandler, in particular removal of specializations.

Specific improvements

    +
  1. New: A new overload of BlockMatrixBase::add allows to add one block +matrix to another, with a scaling factor. +
    +(Jean-Paul Pelteret, 2013/02/05) +
  2. Fixed: The FEValues machinery silently accepted the case when the mapped cell (or the cell geometry) were distorted. An assertion has been added to the computation of the Jacobian determinants for the volume -- 2.39.5