preCICE
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 {
9
10public:
11 using SharedPointer = std::shared_ptr<DistributedComFactory>;
12
13 virtual ~DistributedComFactory() = default;
14
17};
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