Parallel for loop (multithreading) More...
#include <dumux/parallel/multithreading.hh>Go to the source code of this file.
Parallel for loop (multithreading)
Namespaces | |
| namespace | Dumux |
| Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
Functions | |
| template<class FunctorType > | |
| void | Dumux::parallelFor (const std::size_t count, const FunctorType &functor) |
| A parallel for loop (multithreading) More... | |