preCICE
v3.2.0
Loading...
Searching...
No Matches
src
m2n
SharedPointer.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
memory
>
4
5
namespace
precice::m2n
{
6
7
class
M2N
;
8
9
using
PtrM2N
=
std::shared_ptr<M2N>
;
10
11
}
// namespace precice::m2n
precice::m2n::M2N
M2N communication class. This layer is necessary since communication between two participants can be ...
Definition
M2N.hpp:31
memory
precice::m2n
contains the logic of the parallel communication between participants.
Definition
BoundM2N.cpp:12
precice::m2n::PtrM2N
std::shared_ptr< M2N > PtrM2N
Definition
SharedPointer.hpp:9
std::shared_ptr