preCICE v3.1.2
Loading...
Searching...
No Matches
CommunicationFactory.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <stdexcept>
4#include <string>
6
7namespace precice {
8namespace com {
10
11public:
13
15
17 {
18 throw std::runtime_error("Not available!");
19 }
20};
21} // namespace com
22} // namespace precice
virtual PtrCommunication newCommunication()=0
Main namespace of the precice library.