From: Wolfgang Bangerth Date: Mon, 9 Apr 2001 14:31:13 +0000 (+0000) Subject: Fix error_estimator.cc in two ways. X-Git-Tag: v8.0.0~19371 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06999fe747d7c25c4723634010e5da75dfbb25b9;p=dealii.git Fix error_estimator.cc in two ways. git-svn-id: https://svn.dealii.org/trunk@4412 0785d39b-7218-0410-832d-ea1e28bc413d --- 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::