From 969cf798323818f2cd007b5ed54386c1a74bb2d4 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 28 Oct 2013 02:06:44 +0000 Subject: [PATCH] Reference places where WorkStream is discussed previously. git-svn-id: https://svn.dealii.org/trunk@31451 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/doc/intro.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-32/doc/intro.dox b/deal.II/examples/step-32/doc/intro.dox index 25317c67cb..6a20022310 100644 --- a/deal.II/examples/step-32/doc/intro.dox +++ b/deal.II/examples/step-32/doc/intro.dox @@ -778,8 +778,9 @@ at the same time read an existing matrix element, add their contribution, and write the sum back into memory without danger of producing a race condition. -deal.II has a class that is made for exactly this workflow: WorkStream. Its -use is extensively documented in the module on @ref threads (in the section +deal.II has a class that is made for exactly this workflow: WorkStream, first +discussed in step-9 and step-13. Its +use is also extensively documented in the module on @ref threads (in the section on @ref MTWorkStream "the WorkStream class") and we won't repeat here the rationale and detailed instructions laid out there, though you will want to read through this module to understand the distinction between scratch space -- 2.39.5