From cbca875cd45d49ccd02b8554ba8bd7729fccee79 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 23 Feb 2010 23:03:29 +0000 Subject: [PATCH] fix docygen command git-svn-id: https://svn.dealii.org/trunk@20677 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/work_stream.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/deal.II/base/include/base/work_stream.h b/deal.II/base/include/base/work_stream.h index ec6d5ea073..0a0dcfaed9 100644 --- a/deal.II/base/include/base/work_stream.h +++ b/deal.II/base/include/base/work_stream.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2008, 2009 by the deal.II authors +// Copyright (C) 2008, 2009, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -120,6 +120,7 @@ DEAL_II_NAMESPACE_OPEN * during deal.II configuration. Otherwise it simply works on each item * sequentially. * + * @ingroup threads * @author Wolfgang Bangerth, 2007, 2008, 2009 */ namespace WorkStream @@ -468,6 +469,17 @@ namespace WorkStream * whereas the second is of type * DoFHandler::raw_cell_iterator. * + * The two data types + * ScratchData and + * CopyData need to have a + * working copy + * constructor. ScratchData + * is only used in the + * worker function, while + * CopyData is the object + * passed from the worker + * to the copier. + * * The @p queue_length argument indicates * the number of items that can be live * at any given time. Each item consists -- 2.39.5