preCICE v3.2.0
Loading...
Searching...
No Matches
ParallelCouplingSchemeFixture.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace precice::testing {
6/*
7 * @brief A fixture that is used to access private functions of the ParallelCouplingScheme class.
8 *
9 * The fixture can be used to call private functions for individual testing.
10 */
26} // namespace precice::testing
Coupling scheme for parallel coupling, i.e. simultaneous execution of two coupled participants.
contains implementations of coupling schemes for coupled simulations.
contains the testing framework.
Definition helper.hpp:9
static bool isImplicitCouplingScheme(cplscheme::ParallelCouplingScheme &cplscheme)
static void setTimeWindows(cplscheme::ParallelCouplingScheme &cplscheme, int timeWindows)
static void initializeAcceleration(cplscheme::ParallelCouplingScheme &cplscheme)
static cplscheme::CouplingData * getReceiveData(cplscheme::ParallelCouplingScheme &cplscheme, int dataID)
static void storeIteration(cplscheme::ParallelCouplingScheme &cplscheme)
static cplscheme::CouplingData * getSendData(cplscheme::ParallelCouplingScheme &cplscheme, int dataID)
static void moveToNextWindow(cplscheme::ParallelCouplingScheme &cplscheme)