From 6f63f48ac557128a02332e8b1a7097eaf12b7046 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 25 Oct 2013 02:57:16 +0000 Subject: [PATCH] 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 --- deal.II/examples/step-13/doc/intro.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. -- 2.39.5