preCICE v3.1.2
|
#include "com/MPIDirectCommunication.hpp"
#include "com/SharedPointer.hpp"
#include "com/tests/GenericTestFunctions.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 (SendReceiveEigen) | |
BOOST_AUTO_TEST_CASE (BroadcastPrimitives) | |
BOOST_AUTO_TEST_CASE (BroadcastEigen) | |
BOOST_AUTO_TEST_CASE (ReducePrimitives) | |
BOOST_AUTO_TEST_CASE (ReduceEigen) | |
BOOST_AUTO_TEST_CASE | ( | BroadcastEigen | ) |
Definition at line 39 of file MPIDirectCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | BroadcastPrimitives | ) |
Definition at line 32 of file MPIDirectCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ReduceEigen | ) |
Definition at line 53 of file MPIDirectCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ReducePrimitives | ) |
Definition at line 46 of file MPIDirectCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveEigen | ) |
Definition at line 25 of file MPIDirectCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceivePrimitives | ) |
Definition at line 18 of file MPIDirectCommunicationTest.cpp.