|
preCICE v3.3.0
|
#include <Eigen/Core>#include <algorithm>#include <memory>#include <mpi.h>#include <string>#include <vector>#include "com/Communication.hpp"#include "com/SharedPointer.hpp"#include "logging/LogMacros.hpp"#include "math/constants.hpp"#include "math/geometry.hpp"#include "mesh/Mesh.hpp"#include "precice/Participant.hpp"#include "precice/config/Configuration.hpp"#include "precice/impl/ParticipantImpl.hpp"#include "precice/impl/Types.hpp"#include "testing/TestContext.hpp"#include "testing/Testing.hpp"#include "utils/IntraComm.hpp"#include "utils/Parallel.hpp"Go to the source code of this file.
Classes | |
| struct | ParallelTestFixture |
Functions | |
| void | multiCouplingThreeSolversParallelControl (const std::string configFile, const TestContext &context) |
| void multiCouplingThreeSolversParallelControl | ( | const std::string | configFile, |
| const TestContext & | context ) |