Multithreading in Dumux. More...
#include <type_traits>
Go to the source code of this file.
Multithreading in Dumux.
Namespaces | |
namespace | Dumux |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
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. More... | |
#define DUMUX_MULTITHREADING_BACKEND Serial |