From 3513522cab4514ab9e107f49d7816b9624cee05f Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 28 Apr 2011 03:34:43 +0000 Subject: [PATCH] Document last change. git-svn-id: https://svn.dealii.org/trunk@23657 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) 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.
    -- 2.39.5