preCICE v3.1.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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 120 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 136 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 126 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 131 of file TestContext.hpp.


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