From df57d9d029290ee5948b84df3077c7faded1893b Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 21 Apr 2005 22:33:16 +0000 Subject: [PATCH] Fixed: The DataOut class did not work properly if the DataOut::first_cell and DataOut::next_cell functions were overloaded and cell data was to be output; in that case, data from the wrong cells was written out. This is now fixed. In contrast to this, nodal data was never affected. git-svn-id: https://svn.dealii.org/trunk@10565 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index d30dba3a4d..cd2e5f8e4e 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -341,6 +341,17 @@ inconvenience this causes.

deal.II

    +
  1. + Fixed: The DataOut class did not work + properly if the DataOut::first_cell and + DataOut::next_cell functions were + overloaded and cell data was to be output; in that case, data from the + wrong cells was written out. This is now fixed. In contrast to this, + nodal data was never affected. +
    + (WB, 2005/04/20) +

    +
  2. Improved: By employing the new GeometryInfo::