preCICE v3.1.2
Loading...
Searching...
No Matches
SerialCouplingSchemeFixture.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace precice {
6namespace testing {
7/*
8 * @brief A fixture that is used to access private functions of the SerialCouplingScheme class.
9 *
10 * The fixture can be used to call private functions for individual testing.
11 */
27
28} // namespace testing
29} // namespace precice
Coupling scheme for serial coupling, i.e. staggered execution of two coupled participants.
Main namespace of the precice library.
int DataID
Definition Types.hpp:25
static void storeIteration(cplscheme::SerialCouplingScheme &cplscheme)
static void moveToNextWindow(cplscheme::SerialCouplingScheme &cplscheme)
static bool isImplicitCouplingScheme(cplscheme::SerialCouplingScheme &cplscheme)
static void initializeAcceleration(cplscheme::SerialCouplingScheme &cplscheme)
static cplscheme::CouplingData * getReceiveData(cplscheme::SerialCouplingScheme &cplscheme, DataID dataID)
static cplscheme::CouplingData * getSendData(cplscheme::SerialCouplingScheme &cplscheme, DataID dataID)
static void setTimeWindows(cplscheme::SerialCouplingScheme &cplscheme, int timeWindows)