From caa2dab903c0bc084555d6e10f02a70f58d59a39 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 25 Oct 2013 02:57:38 +0000 Subject: [PATCH] Mention the multithreading module. git-svn-id: https://svn.dealii.org/trunk@31419 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-9/doc/intro.dox | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deal.II/examples/step-9/doc/intro.dox b/deal.II/examples/step-9/doc/intro.dox index 3662474b1f..1bc05cef1e 100644 --- a/deal.II/examples/step-9/doc/intro.dox +++ b/deal.II/examples/step-9/doc/intro.dox @@ -12,9 +12,10 @@ In this example, our aims are the following: While the second aim is difficult to describe in general terms without reference to the code, we will discuss the other two aims in the following. The use of multiple threads will then be detailed at the -relevant places within the program. Furthermore, there exists a report on this -subject, which is also available online from the ``Documentation'' section of -the deal.II homepage. +relevant places within the program. We will, however, follow the +general discussion of the WorkStream approach detailed in the +@ref "Parallel computing with multiple processors accessing shared memory" threads +documentation module.

Discretizing the advection equation

-- 2.39.5