From: Wolfgang Bangerth Date: Thu, 28 Apr 2011 03:34:43 +0000 (+0000) Subject: Document last change. X-Git-Tag: v8.0.0~4100 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dcc34010118acf7b75a553af542be912f24f2d4;p=dealii.git Document last change. git-svn-id: https://svn.dealii.org/trunk@23657 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 8a19ba25bb..013f4b6401 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -85,6 +85,13 @@ should be fixed now.

Specific improvements

    +
  1. Changed: DoFTools is now a namespace. It has long been a class that +had only public, static member functions, making the end result semantically +exactly equivalent to a namespace, which is also how it was used. This is +now also reflected in the actual code. +
    +(Wolfgang Bangerth, 2011/04/27) +
  2. New: The version of DoFTools::make_flux_sparsity_pattern that takes the coupling masks is now also available for hp::DoFHandler objects.