From 3808a96d7bab9966053d35b15a4b0a6fb78a25ef Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 5 Aug 2004 17:29:11 +0000 Subject: [PATCH] The check whether something was very small needs a <= instead of a < comparison, in case the rhs is zero itself. git-svn-id: https://svn.dealii.org/trunk@9542 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-5.0.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index ddb160dcb0..59e780d750 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -293,6 +293,15 @@ inconvenience this causes.

deal.II

    +
  1. + Fixed: The DerivativeApproximation::approximate_second_derivative + function produced wrong results ("not a number" instead of + "zero") if the field it was given was constant. This is now fixed. +
    + (WB 2004/08/05) +

    +
  2. New: The MatrixTools::apply_boundary_values that works on block matrices and vectors is now templatized over the -- 2.39.5