From: wolf Date: Thu, 29 Nov 2001 10:48:21 +0000 (+0000) Subject: NormType. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34972d0c7f6eaa22667e8dc8a7618b1af4e33bfd;p=dealii-svn.git NormType. git-svn-id: https://svn.dealii.org/trunk@5305 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)