Multithreading in Dumux.
#include <type_traits>Go to the source code of this file.
| Namespaces | |
| namespace | Dumux | 
| namespace | Dumux::Detail | 
| Distance implementation details. | |
| namespace | Dumux::Detail::Multithreading | 
| namespace | Dumux::Detail::Multithreading::ExecutionBackends | 
| namespace | Dumux::Multithreading | 
| Macros | |
| #define | DUMUX_MULTITHREADING_BACKEND Serial | 
| Typedefs | |
| using | Dumux::Detail::Multithreading::ExecutionBackend = ExecutionBackends::DUMUX_MULTITHREADING_BACKEND | 
| Functions | |
| constexpr bool | Dumux::Multithreading::isSerial () | 
| Checking whether the backend is serial. | |
| #define DUMUX_MULTITHREADING_BACKEND Serial |