preCICE v3.1.2
|
#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) | |
BOOST_AUTO_TEST_CASE (SendReceiveFourProcesses) | |
BOOST_AUTO_TEST_CASE (SendReceiveTwo) | |
BOOST_AUTO_TEST_CASE (SendReceiveFour) | |
BOOST_AUTO_TEST_CASE (SendReceiveFourV2) | |
BOOST_AUTO_TEST_CASE | ( | BroadcastPrimitives | ) |
Definition at line 40 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | BroadcastVectors | ) |
Definition at line 47 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ReducePrimitives | ) |
Definition at line 54 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ReduceVectors | ) |
Definition at line 61 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveEigen | ) |
Definition at line 33 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveFour | ) |
Definition at line 139 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveFourProcesses | ) |
Definition at line 121 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveFourV2 | ) |
Definition at line 146 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceivePrimitives | ) |
Definition at line 19 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveRanges | ) |
Definition at line 26 of file MPIPortsCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveTwo | ) |
Definition at line 132 of file MPIPortsCommunicationTest.cpp.