version 3.8.0
Loading...
Searching...
No Matches
parallel_for.hh File Reference

Parallel for loop (multithreading) More...

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)