|
preCICE v3.3.0
|
#include <Eigen/Core>#include <algorithm>#include <map>#include <memory>#include <string>#include <utility>#include <vector>#include "acceleration/ConstantRelaxationAcceleration.hpp"#include "acceleration/config/AccelerationConfiguration.hpp"#include "com/MPIDirectCommunication.hpp"#include "cplscheme/BaseCouplingScheme.hpp"#include "cplscheme/Constants.hpp"#include "cplscheme/CouplingData.hpp"#include "cplscheme/ParallelCouplingScheme.hpp"#include "cplscheme/SharedPointer.hpp"#include "cplscheme/config/CouplingSchemeConfiguration.hpp"#include "cplscheme/impl/SharedPointer.hpp"#include "logging/LogMacros.hpp"#include "m2n/config/M2NConfiguration.hpp"#include "math/differences.hpp"#include "mesh/Data.hpp"#include "mesh/Mesh.hpp"#include "mesh/SharedPointer.hpp"#include "mesh/config/DataConfiguration.hpp"#include "mesh/config/MeshConfiguration.hpp"#include "precice/config/ParticipantConfiguration.hpp"#include "testing/ParallelCouplingSchemeFixture.hpp"#include "testing/TestContext.hpp"#include "testing/Testing.hpp"#include "utils/EigenHelperFunctions.hpp"#include "xml/XMLTag.hpp"Go to the source code of this file.
Classes | |
| struct | ParallelImplicitCouplingSchemeFixture |
Functions | |
| BOOST_AUTO_TEST_CASE (testParseConfigurationWithRelaxation) | |
| PRECICE_TEST_SETUP ("Participant0"_on(1_rank), "Participant1"_on(1_rank), Require::Events) BOOST_AUTO_TEST_CASE(testInitializeData) | |
| BOOST_AUTO_TEST_CASE | ( | testParseConfigurationWithRelaxation | ) |
Definition at line 52 of file ParallelImplicitCouplingSchemeTest.cpp.
| PRECICE_TEST_SETUP | ( | "Participant0" | _on1_rank, |
| "Participant1" | _on1_rank, | ||
| Require::Events | ) |
Definition at line 71 of file ParallelImplicitCouplingSchemeTest.cpp.