preCICE v3.2.0
Loading...
Searching...
No Matches
PointToPointComFactory.hpp
Go to the documentation of this file.
1#pragma once
2
7
8namespace precice::m2n {
9
22
23} // namespace precice::m2n
std::shared_ptr< DistributedCommunication > SharedPointer
DistributedCommunication::SharedPointer newDistributedCommunication(mesh::PtrMesh mesh) override
PointToPointComFactory(com::PtrCommunicationFactory comFactory)
com::PtrCommunicationFactory _comFactory
communication factory for 1:M communications
std::shared_ptr< CommunicationFactory > PtrCommunicationFactory
contains the logic of the parallel communication between participants.
Definition BoundM2N.cpp:12
provides Mesh, Data and primitives.
std::shared_ptr< Mesh > PtrMesh