From ff0447389749ef19cd711068e6217ebf0db654bf Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 14 Dec 2009 10:51:47 +0000 Subject: [PATCH] Mention changes in DoFTools. git-svn-id: https://svn.dealii.org/trunk@20243 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 2641eb6331..fed69965be 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -531,6 +531,19 @@ inconvenience this causes.

deal.II

    +
  1. +

    + Fixed: The functions DoFTools::count_dofs_per_component and DoFTools::extract_dofs + produced wrong results for elements that consist of two or more nested FESystems. + Moreoever, a bug in DoFTools::extract_constant_modes has been corrected and + DoFTools::distribute_cell_to_dof_vector now works according to the documentation, + namely leaving unselected components in the result vector unchanged, instead of + setting these to zero as was done before. +
    + (Martin Kronbichler 2009/12/14) +

    +
  2. +
  3. Fixed: The function Triangulation::n_levels() accidentally turned out to be -- 2.39.5