preCICE
Loading...
Searching...
No Matches
MPISinglePortsCommunicationFactory.hpp
Go to the documentation of this file.
1#ifndef PRECICE_NO_MPI
2
3#pragma once
4
7
8#include <string>
9
10namespace precice::com {
12public:
13 explicit MPISinglePortsCommunicationFactory(std::string addressDirectory = ".");
14
16
17 std::string addressDirectory() override;
18
19private:
20 std::string _addressDirectory;
21};
22} // namespace precice::com
23
24#endif // not PRECICE_NO_MPI
contains the data communication abstraction layer.
std::shared_ptr< Communication > PtrCommunication