preCICE v3.2.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MPISinglePortsCommunicationFactory.cpp
Go to the documentation of this file.
1#ifndef PRECICE_NO_MPI
2
4#include <memory>
5#include <utility>
6
9
10namespace precice::com {
12 : _addressDirectory(std::move(addressDirectory))
13{
16 }
17}
18
23
28} // namespace precice::com
29
30#endif // not PRECICE_NO_MPI
T empty(T... args)
T make_unique(T... args)
contains the data communication abstraction layer.
STL namespace.