From: Wolfgang Bangerth Date: Fri, 25 Oct 2013 02:57:16 +0000 (+0000) Subject: Reference step-9, where we show threads the first time. Fix reference X-Git-Tag: v8.1.0~516 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f6479c584fdb4fceac5012dd956debecefdad06;p=dealii.git Reference step-9, where we show threads the first time. Fix reference to module. git-svn-id: https://svn.dealii.org/trunk@31418 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-13/doc/intro.dox b/deal.II/examples/step-13/doc/intro.dox index 8586db3cd3..7a9a857e75 100644 --- a/deal.II/examples/step-13/doc/intro.dox +++ b/deal.II/examples/step-13/doc/intro.dox @@ -110,8 +110,9 @@ number of differences compared to previous example programs: present the program, from the rest of the program.
  • Parallelize the assembly of linear systems using the WorkStream facilities. This follows the extensive description that can be - found in the @ref "Parallel computing with multiple processors accessing shared memory" threads - documentation module. + found in the @ref threads "Parallel computing with multiple processors accessing shared memory" + documentation module. The implementation essentially follows what + has already been described in step-9.