Reference documentation for deal.II version 9.0.0
|
#include <deal.II/lac/vector_operations_internal.h>
This struct takes the loop range from the tbb parallel for loop and translates it to the actual ranges of the for loop within the vector. It encodes the grain size but might choose larger values of chunks than the minimum grain size. The minimum grain size given to tbb is then simple
Definition at line 117 of file vector_operations_internal.h.