From fd825a2432446ce82efdefb9b4627c1a3d73991b Mon Sep 17 00:00:00 2001 From: kanschat Date: Fri, 14 Sep 2012 08:39:51 +0000 Subject: [PATCH] add news git-svn-id: https://svn.dealii.org/trunk@26372 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 649e991a96..2e4baf630a 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -40,7 +40,10 @@ never working correctly and it is not used.
    -
  1. Nothing so far. +
  2. Simplifications of the internal structures of Triangulation and +DoFHandler, in particular removal of specializations. +
    +(Guido Kanschat, 2012/09/13)
@@ -50,6 +53,11 @@ never working correctly and it is not used.

Specific improvements

    +
  1. New MeshWorker::LocalIntegrator and integration_loop() provide a +less confusing interface to MeshWorker loops. +
    +(Guido Kanschat, 2012/09/13) +
  2. New: TableHandler TextOutputFormat::simple_table_with_separate_column_description that skips aligning the columns for increased performance.
    -- 2.39.5