preCICE v3.2.0
Loading...
Searching...
No Matches
precice::testing::ConnectionOptions Struct Reference

#include <TestContext.hpp>

Public Member Functions

 ConnectionOptions ()=default

Public Attributes

bool useOnlyPrimaryCom = false
bool useTwoLevelInit = false
ConnectionType type = ConnectionType::GatherScatter

Detailed Description

Type representing options for an inter-participant connection.

See also
TestContext::connectPrimaryRanks()
M2N::M2N()

Definition at line 161 of file TestContext.hpp.

Constructor & Destructor Documentation

◆ ConnectionOptions()

precice::testing::ConnectionOptions::ConnectionOptions ( )
default

Member Data Documentation

◆ type

ConnectionType precice::testing::ConnectionOptions::type = ConnectionType::GatherScatter

The type of DistributedCommunication to create

See also
M2N::M2N()Q

Definition at line 177 of file TestContext.hpp.

◆ useOnlyPrimaryCom

bool precice::testing::ConnectionOptions::useOnlyPrimaryCom = false

Whether to use only the primary connection

See also
M2N::M2N()

Definition at line 167 of file TestContext.hpp.

◆ useTwoLevelInit

bool precice::testing::ConnectionOptions::useTwoLevelInit = false

Whether to enable the two-level initialization

See also
M2N::M2N()

Definition at line 172 of file TestContext.hpp.


The documentation for this struct was generated from the following file: