|
waLBerla 7.3
|
Options controlling construction of the underlying comm scheme.
Options that are not applicable to the selected comm scheme are ignored.
Supported comm schemes:
#include <CommSchemeOptions.hpp>
Public Attributes | |
| Set< SUID > | requiredBlockSelectors = Set< SUID >::emptySet() |
| Set< SUID > | incompatibleBlockSelectors = Set< SUID >::emptySet() |
| bool | sendDirectlyFromGPU = false |
| bool | useLocalCommunication = true |
| std::optional< int > | mpiTag |
| Set< SUID > walberla::v8::halo_exchange::CommSchemeOptions::incompatibleBlockSelectors = Set< SUID >::emptySet() |
| std::optional< int > walberla::v8::halo_exchange::CommSchemeOptions::mpiTag |
| Set< SUID > walberla::v8::halo_exchange::CommSchemeOptions::requiredBlockSelectors = Set< SUID >::emptySet() |
| bool walberla::v8::halo_exchange::CommSchemeOptions::sendDirectlyFromGPU = false |
| bool walberla::v8::halo_exchange::CommSchemeOptions::useLocalCommunication = true |