]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Link to tutorial programs. List Bruno as one of the authors.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 26 Oct 2013 12:20:58 +0000 (12:20 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 26 Oct 2013 12:20:58 +0000 (12:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@31437 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/work_stream.h

index 6adf56830a07c8c00ac240ebc6eefe838311ee61..7c61f42113906af2a2b711c8631aa4f0480e3c4b 100644 (file)
@@ -42,13 +42,14 @@ DEAL_II_NAMESPACE_OPEN
 
 
 /**
- * A class whose main template function supports running multiple
+ * A namespace whose main template function supports running multiple
  * threads each of which operates on a subset of the given range of
  * objects. The class uses the Intel Threading Building Blocks (TBB)
  * to load balance the individual subranges onto the available
  * threads. For a lengthy discussion of the rationale of this class,
  * see the @ref threads "Parallel computing with multiple processors"
- * module.
+ * module. It is used in the tutorial first in step-9, and again in
+ * step-13, step-14, step-32 and others.
  *
  * The class is built on the following premise: One frequently has some work
  * that needs to be done on a sequence of objects; a prototypical example is
@@ -129,7 +130,7 @@ DEAL_II_NAMESPACE_OPEN
  * sequentially.
  *
  * @ingroup threads
- * @author Wolfgang Bangerth, 2007, 2008, 2009
+ * @author Wolfgang Bangerth, 2007, 2008, 2009, 2013. Bruno Turcksin, 2013.
  */
 namespace WorkStream
 {
@@ -922,9 +923,9 @@ namespace WorkStream
    *
    * The @p get_conflict_indices argument, is a function
    * that given an iterator computes the conflict indices
-   * necessary for the graph_coloring. Graph coloring is 
-   * necessary to be able to copy the data in parallel. If 
-   * the number of elements in some colors is less than 
+   * necessary for the graph_coloring. Graph coloring is
+   * necessary to be able to copy the data in parallel. If
+   * the number of elements in some colors is less than
    * @p chunk_size time multithread_info.n_threads(),
    * these elements are aggregated and copied serially.
    *
@@ -1172,9 +1173,9 @@ namespace WorkStream
    *
    * The @p get_conflict_indices argument, is a function
    * that given an iterator computes the conflict indices
-   * necessary for the graph_coloring. Graph coloring is 
-   * necessary to be able to copy the data in parallel. If 
-   * the number of elements in some colors is less than 
+   * necessary for the graph_coloring. Graph coloring is
+   * necessary to be able to copy the data in parallel. If
+   * the number of elements in some colors is less than
    * @p chunk_size time multithread_info.n_threads(),
    * these elements are aggregated and copied serially.
    *

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.