preCICE v3.2.0
|
#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.
Classes | |
class | MPIDirectCommunication |
Provides connection methods for processes located in one communicator. More... |
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 43 of file MPIDirectCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | BroadcastPrimitives | ) |
Definition at line 35 of file MPIDirectCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ReduceEigen | ) |
Definition at line 59 of file MPIDirectCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | ReducePrimitives | ) |
Definition at line 51 of file MPIDirectCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceiveEigen | ) |
Definition at line 27 of file MPIDirectCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | SendReceivePrimitives | ) |
Definition at line 19 of file MPIDirectCommunicationTest.cpp.