preCICE v3.1.2
|
#include <TestContext.hpp>
Public Member Functions | |
ConnectionOptions ()=default | |
Public Attributes | |
bool | useOnlyPrimaryCom = false |
bool | useTwoLevelInit = false |
ConnectionType | type = ConnectionType::GatherScatter |
Type representing options for an inter-participant connection.
Definition at line 120 of file TestContext.hpp.
|
default |
ConnectionType precice::testing::ConnectionOptions::type = ConnectionType::GatherScatter |
The type of DistributedCommunication to create
Definition at line 136 of file TestContext.hpp.
bool precice::testing::ConnectionOptions::useOnlyPrimaryCom = false |
Whether to use only the primary connection
Definition at line 126 of file TestContext.hpp.
bool precice::testing::ConnectionOptions::useTwoLevelInit = false |
Whether to enable the two-level initialization
Definition at line 131 of file TestContext.hpp.