preCICE v3.2.0
|
#include "GenericTestFunctions.hpp"
#include "com/MPIPortsCommunication.hpp"
#include "com/SharedPointer.hpp"
#include "math/constants.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (SendReceivePrimitives) | |
BOOST_AUTO_TEST_CASE (SendReceiveRanges) | |
BOOST_AUTO_TEST_CASE (SendReceiveEigen) | |
BOOST_AUTO_TEST_CASE (BroadcastPrimitives) | |
BOOST_AUTO_TEST_CASE (BroadcastVectors) | |
BOOST_AUTO_TEST_CASE (ReducePrimitives) | |
BOOST_AUTO_TEST_CASE (ReduceVectors) | |
PRECICE_TEST_SETUP ("A"_on(1_rank), "B"_on(1_rank), Require::Events) BOOST_AUTO_TEST_CASE(SendReceivePrimitives) | |
PRECICE_TEST_SETUP ("A"_on(2_ranks), "B"_on(2_ranks), Require::Events) BOOST_AUTO_TEST_CASE(SendReceiveFourProcesses) |
BOOST_AUTO_TEST_CASE | ( | BroadcastPrimitives | ) |
Definition at line 44 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | BroadcastVectors | ) |
Definition at line 52 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ReducePrimitives | ) |
Definition at line 60 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ReduceVectors | ) |
Definition at line 68 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveEigen | ) |
Definition at line 36 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceivePrimitives | ) |
Definition at line 20 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveRanges | ) |
Definition at line 28 of file MPIPortsCommunicationTest.cpp.
PRECICE_TEST_SETUP | ( | "A" | _on1_rank, |
"B" | _on1_rank, | ||
Require::Events | ) |
Definition at line 79 of file MPIPortsCommunicationTest.cpp.
PRECICE_TEST_SETUP | ( | "A" | _on2_ranks, |
"B" | _on2_ranks, | ||
Require::Events | ) |
Definition at line 135 of file MPIPortsCommunicationTest.cpp.