From: Wolfgang Bangerth Date: Sat, 23 Nov 2013 04:03:12 +0000 (+0000) Subject: Document the changes in tutorials better. X-Git-Tag: v8.1.0~196 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24705c0aa5a1621f503579a69c379389bb9e2662;p=dealii.git Document the changes in tutorials better. git-svn-id: https://svn.dealii.org/trunk@31771 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index ff2b50c8a0..83b3ab3d4b 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -116,7 +116,8 @@ inconvenience this causes.
  • Changed: step-9, step-13 and step-14 have been converted to use the - more modern WorkStream concept for assembling linear systems in parallel. + more modern WorkStream concept for assembling linear systems and computing + error indicators in parallel.
    (Bruno Turcksin, Wolfgang Bangerth, 2013/10/26)