preCICE v3.1.2
|
#include <vector>
#include "GenericTestFunctions.hpp"
#include "com/SharedPointer.hpp"
#include "com/SocketCommunication.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 41 of file SocketCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | BroadcastVectors | ) |
Definition at line 48 of file SocketCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ReducePrimitives | ) |
Definition at line 55 of file SocketCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ReduceVectors | ) |
Definition at line 62 of file SocketCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveEigen | ) |
Definition at line 34 of file SocketCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveFour | ) |
Definition at line 140 of file SocketCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveFourProcesses | ) |
Definition at line 122 of file SocketCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveFourV2 | ) |
Definition at line 147 of file SocketCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceivePrimitives | ) |
Definition at line 20 of file SocketCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveRanges | ) |
Definition at line 27 of file SocketCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveTwo | ) |
Definition at line 133 of file SocketCommunicationTest.cpp.