preCICE v3.1.2
Loading...
Searching...
No Matches
GatherScatterComFactory.cpp
Go to the documentation of this file.
2
4
5#include <utility>
6
7namespace precice::m2n {
9 com::PtrCommunication intraComm)
10 : _intraComm(std::move(intraComm))
11{
12}
13
20} // namespace precice::m2n
std::shared_ptr< DistributedCommunication > SharedPointer
GatherScatterComFactory(com::PtrCommunication intraComm)
DistributedCommunication::SharedPointer newDistributedCommunication(mesh::PtrMesh mesh)
com::PtrCommunication _intraComm
communication between the primary processes
Implements DistributedCommunication by using a gathering/scattering methodology. Arrays of data are a...
contains the logic of the parallel communication between participants.
Definition BoundM2N.cpp:12
STL namespace.