preCICE v3.1.2
|
#include <Eigen/Core>
#include <algorithm>
#include <map>
#include <memory>
#include <vector>
#include "com/MPIPortsCommunicationFactory.hpp"
#include "com/SharedPointer.hpp"
#include "com/SocketCommunicationFactory.hpp"
#include "m2n/DistributedCommunication.hpp"
#include "m2n/PointToPointCommunication.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/SharedPointer.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "utils/IntraComm.hpp"
Go to the source code of this file.
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::mesh |
provides Mesh, Data and primitives. | |
namespace | precice::utils |
contains precice-related utilities. | |
BOOST_AUTO_TEST_CASE | ( | EmptyConnectionTest | ) |
Definition at line 492 of file PointToPointCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | P2PComLocalCommunicationMapTest | ) |
Definition at line 506 of file PointToPointCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | P2PComTest1 | ) |
Definition at line 464 of file PointToPointCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | P2PComTest2 | ) |
Definition at line 471 of file PointToPointCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | P2PMeshBroadcastTest | ) |
Definition at line 499 of file PointToPointCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | TestCrossConnection | ) |
Definition at line 485 of file PointToPointCommunicationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | TestSameConnection | ) |
Definition at line 478 of file PointToPointCommunicationTest.cpp.
void process | ( | vector< double > & | data | ) |
Definition at line 39 of file PointToPointCommunicationTest.cpp.
void runCrossConnectionTest | ( | const TestContext & | context, |
com::PtrCommunicationFactory | cf ) |
Definition at line 213 of file PointToPointCommunicationTest.cpp.
void runEmptyConnectionTest | ( | const TestContext & | context, |
com::PtrCommunicationFactory | cf ) |
Definition at line 269 of file PointToPointCommunicationTest.cpp.
void runP2PComLocalCommunicationMapTest | ( | const TestContext & | context, |
com::PtrCommunicationFactory | cf ) |
Definition at line 380 of file PointToPointCommunicationTest.cpp.
void runP2PComTest1 | ( | const TestContext & | context, |
com::PtrCommunicationFactory | cf ) |
Definition at line 46 of file PointToPointCommunicationTest.cpp.
void runP2PComTest2 | ( | const TestContext & | context, |
com::PtrCommunicationFactory | cf ) |
a very similar test, but with a vertex that has been completely filtered out
Definition at line 103 of file PointToPointCommunicationTest.cpp.
void runP2PMeshBroadcastTest | ( | const TestContext & | context, |
com::PtrCommunicationFactory | cf ) |
Definition at line 313 of file PointToPointCommunicationTest.cpp.
void runSameConnectionTest | ( | const TestContext & | context, |
com::PtrCommunicationFactory | cf ) |
Definition at line 157 of file PointToPointCommunicationTest.cpp.