Parallel for loop (multithreading)
#include <dumux/parallel/multithreading.hh>Go to the source code of this file.
| Namespaces | |
| namespace | Dumux | 
| Functions | |
| template<class FunctorType> | |
| void | Dumux::parallelFor (const std::size_t count, const FunctorType &functor) | 
| A parallel for loop (multithreading) | |