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

Parallel for loop (multithreading)

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)