From daf4ba0ed133dd642f9f8de3885d06725df492c6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 26 Oct 2013 12:34:36 +0000 Subject: [PATCH] Mention the conversion of step-9/13/14 to WorkStream. git-svn-id: https://svn.dealii.org/trunk@31438 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 42be735793..a2277474cb 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -78,6 +78,12 @@ inconvenience this causes.
    +
  1. Changed: step-9, step-13 and step-14 have been converted to use the + more modern WorkStream concept for assembling linear systems in parallel. +
    + (Bruno Turcksin, Wolfgang Bangerth, 2013/10/26) +
  2. +
  3. New: The testsuite is now ported to CMake and uses CTest as test driver.
    @@ -119,7 +125,7 @@ inconvenience this causes.
    (Eric Heien, 2013/09/27)
  4. - +
  5. New: DataOutBase::DataOutFilter provides a way to remove duplicate vertices and values from a solution vector when generating output. Currently it only @@ -185,7 +191,7 @@ inconvenience this causes.
  6. - New: parallel::distributed::BlockVector has now methods update_ghost_values, + New: parallel::distributed::BlockVector has now methods update_ghost_values, compress, set_out_ghosts, and has_ghost_elements that do the respective operation on each block of parallel::distributed::Vector.
    -- 2.39.5