From 34972d0c7f6eaa22667e8dc8a7618b1af4e33bfd Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 29 Nov 2001 10:48:21 +0000 Subject: [PATCH] NormType. git-svn-id: https://svn.dealii.org/trunk@5305 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-2.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index a590baad45..ecc5663991 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -211,6 +211,18 @@ documentation, etc.

deal.II

    +
  1. + Changed: The NormType enum used to + indicate the norm the VectorTools::integrate_difference + function shall integrate is moved from the global namespace + into the VectorTools class. You + therefore have to prefix the members of this enum by the + respective class name. +
    + (RH, WB 2001/11/29) +

    +
  2. Fixed: The functions Mapping::transform_unit_to_real_cell @@ -221,7 +233,8 @@ documentation, etc.

  3. Fixed: The DoFHandler class had a - memory leak. This is now fixed. + memory leak. This is now fixed. Likewise for the MGDoFHandler class.
    (WB 2001/11/28)

    -- 2.39.5