preCICE v3.2.0
|
#include <Eigen/Core>
#include <memory>
#include <vector>
#include "com/SharedPointer.hpp"
#include "m2n/DistributedCommunication.hpp"
#include "m2n/M2N.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/SharedPointer.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
Go to the source code of this file.
Functions | |
PRECICE_TEST_SETUP ("Part1"_on(1_rank), "Part2"_on(3_ranks).setupIntraComm(), Require::Events) BOOST_AUTO_TEST_CASE(GatherScatterTest) |
PRECICE_TEST_SETUP | ( | "Part1" | _on1_rank, |
"Part2" | _on3_ranks).setupIntraComm(, | ||
Require::Events | ) |
Definition at line 19 of file GatherScatterCommunicationTest.cpp.