From: bangerth Date: Sat, 26 Oct 2013 12:34:36 +0000 (+0000) Subject: Mention the conversion of step-9/13/14 to WorkStream. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=376362a95401935daf2d18ff79a2d18dc4bffba5;p=dealii-svn.git Mention the conversion of step-9/13/14 to WorkStream. git-svn-id: https://svn.dealii.org/trunk@31438 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.