preCICE v3.2.0
|
#include <map>
#include <memory>
#include <vector>
#include "com/Extra.hpp"
#include "com/SharedPointer.hpp"
#include "m2n/M2N.hpp"
#include "mesh/BoundingBox.hpp"
#include "mesh/Mesh.hpp"
#include "precice/impl/Types.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "utils/IntraComm.hpp"
Go to the source code of this file.
Functions | |
PRECICE_TEST_SETUP ("A"_on(1_rank), "B"_on(1_rank), Require::Events) BOOST_AUTO_TEST_CASE(SendAndReceiveBoundingBox) | |
PRECICE_TEST_SETUP (""_on(4_ranks).setupIntraComm(), Require::Events) BOOST_AUTO_TEST_CASE(BroadcastSendAndReceiveBoundingBoxMap) |
PRECICE_TEST_SETUP | ( | "" | _on4_ranks).setupIntraComm(, |
Require::Events | ) |
Definition at line 92 of file CommunicateBoundingBoxTest.cpp.
PRECICE_TEST_SETUP | ( | "A" | _on1_rank, |
"B" | _on1_rank, | ||
Require::Events | ) |
Definition at line 23 of file CommunicateBoundingBoxTest.cpp.