From a2462bc6e53a7a0282b0bfb8c0a97c0d01e6cd10 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 3 Jan 2013 21:43:00 +0000 Subject: [PATCH] update changes.h: MGDoFHandler is deprecated git-svn-id: https://svn.dealii.org/trunk@27913 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 17bae09848..e64a532a6b 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -108,6 +108,14 @@ never working correctly and it is not used.
    +
  1. Unification of DoFHandler and MGDoFHandler and internal +restructuring of DoFAccessors. MGDofHandler is now deprecated +and will be removed in a future release. Use DoFHandler with +distribute_mg_dofs() instead. +
    +(Markus Bürg, Timo Heister, Guido Kanschat, 2013/01/03) + +
  2. step-6 now uses ConstraintMatrix::distribute_local_to_global() instead of condense(), which is the preferred way to use a ConstraintMatrix (and the only sensible way in parallel). -- 2.39.5