From c747178277e57967f4efb1d5a13d0ebb41cbd1cb Mon Sep 17 00:00:00 2001 From: kronbichler Date: Thu, 22 Aug 2013 18:58:57 +0000 Subject: [PATCH] Mention changes. git-svn-id: https://svn.dealii.org/trunk@30433 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index b5e5c86809..6f9e1513db 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -31,6 +31,18 @@ inconvenience this causes.
(Wolfgang Bangerth, 2013/08/09) + +
  • + Changed: The typedefs DataOut::cell_iterator and + DataOut::active_cell_iterator were previously defined as + DoFHandler::(active)_cell_iterator, while they are now + Triangulation::(active)_cell_iterator. This is necessary to support DataOut + on multiple DoFHandler objects. This affects possible overloading of + DataOut::next_cell(cell_iterator). Use the typedef + DataOut::(active)_cell_iterator as argument type instead. +
    + (Martin Kronbichler, 2013/07/24) +
  • @@ -56,6 +68,14 @@ inconvenience this causes.

    Specific improvements

      +
    1. + Improved: Several .cc files in the deal.II directory have been split in + order to better utilize multiple processors when compiling in parallel and + reduce memory requirements of the compilation stage. +
      + (Martin Kronbichler, 2013/08/22) +
    2. +
    3. Fixed: The ParameterHandler::declare_entry() did not check that the default value of a parameter indeed satisfies the pattern given for this -- 2.39.5