preCICE v3.2.0
Loading...
Searching...
No Matches
DistributedComFactory.hpp
Go to the documentation of this file.
1#pragma once
2
4
5#include <memory>
6
7namespace precice::m2n {
18} // namespace precice::m2n
std::shared_ptr< DistributedComFactory > SharedPointer
virtual ~DistributedComFactory()=default
virtual DistributedCommunication::SharedPointer newDistributedCommunication(mesh::PtrMesh mesh)=0
std::shared_ptr< DistributedCommunication > SharedPointer
contains the logic of the parallel communication between participants.
Definition BoundM2N.cpp:12
provides Mesh, Data and primitives.
std::shared_ptr< Mesh > PtrMesh