From 9009f068b4c3d15c476046769dca577d8eb7116f Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 9 Apr 2001 14:31:13 +0000 Subject: [PATCH] Fix error_estimator.cc in two ways. git-svn-id: https://svn.dealii.org/trunk@4412 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/3.1.0-vs-3.1.1.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html b/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html index 9b2684da00..0ca26461b1 100644 --- a/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html +++ b/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html @@ -14,6 +14,17 @@

Changes between versions 3.1 and 3.1.1

    +
  1. + Fixed: When using Neuman boundary functions in the + KellyErrorEstimator class, it was + assumed that the function object had Function::vector_value overloaded, even + in the scalar case. We now use Function::value instead. +
    + (WB 2001/04/09) +

    +
  2. New/Fixed: Now there exists a new Triangulation::