From 9450a72369aa54d06cc9a03cd943a643efdaba3b Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 18 Oct 2019 11:08:17 -0400 Subject: [PATCH] Document usage of empty copiers in WorkStream --- include/deal.II/base/work_stream.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/include/deal.II/base/work_stream.h b/include/deal.II/base/work_stream.h index 1c7470f6c8..c2664c39e2 100644 --- a/include/deal.II/base/work_stream.h +++ b/include/deal.II/base/work_stream.h @@ -927,6 +927,10 @@ namespace WorkStream * copies of the ScratchData object and * queue_length*chunk_size copies of the CopyData object * are generated. + * + * @note In case the copier does not do anything, pass + * std::function() as @p copier to make sure + * a more efficient algorithm is used internally. */ template ScratchData object and * queue_length*chunk_size copies of the CopyData object * are generated. + * + * @note In case the copier does not do anything, pass + * std::function() as @p copier to make sure + * a more efficient algorithm is used internally. */ template ScratchData object and * queue_length*chunk_size copies of the CopyData object * are generated. + * + * @note In case the copier does not do anything, pass + * std::function() as @p copier to make sure + * a more efficient algorithm is used internally. */ template