> I am trying to find out how many copies of ScratchData and CopyData will > be generated in WorkStream::run(). The documentation seems to be silent > about this.
It seems to be queue_length * chunk_size * chunk_size given the arguments to WorkStream::run(). I must admit that I now think the second chunk_size factor is probably a mistake. I'll check this out. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
