preCICE v3.1.2
Loading...
Searching...
No Matches
PointToPointComFactory.cpp
Go to the documentation of this file.
2
3#include <utility>
4
6
8
9namespace precice::m2n {
10
12 : _comFactory(std::move(comFactory)) {}
13
19
20} // namespace precice::m2n
std::shared_ptr< DistributedCommunication > SharedPointer
PointToPointComFactory(com::PtrCommunicationFactory comFactory)
com::PtrCommunicationFactory _comFactory
communication factory for 1:M communications
DistributedCommunication::SharedPointer newDistributedCommunication(mesh::PtrMesh mesh)
Point-to-point communication implementation of DistributedCommunication.
contains the logic of the parallel communication between participants.
Definition BoundM2N.cpp:12
STL namespace.