Reference documentation for deal.II version 9.1.0-pre
Classes
WorkStream::internal::Implementation2 Namespace Reference

Classes

class  Copier
 
class  IteratorRangeToItemStream
 
class  Worker
 

Detailed Description

A namespace for the implementation of details of the WorkStream pattern and function. This namespace holds classes that deal with the second implementation described in the paper by Turcksin, Kronbichler and Bangerth (see workstream_paper).

Even though this implementation is slower than the third implementation discussed in that paper, we need to keep it around for two reasons: (i) a user may not give us a graph coloring, (ii) we want to use this implementation for colors that are just too small.