preCICE v3.1.2
|
Configuration for communication channels between a primary and its secondary ranks. The communication between two solvers is configured in m2n::M2NConfiguration. More...
#include <CommunicationConfiguration.hpp>
Public Member Functions | |
virtual | ~CommunicationConfiguration () |
PtrCommunication | createCommunication (const xml::XMLTag &tag) const |
Returns a communication object of given type. | |
Private Attributes | |
logging::Logger | _log {"com::CommunicationConfiguration"} |
Configuration for communication channels between a primary and its secondary ranks. The communication between two solvers is configured in m2n::M2NConfiguration.
Definition at line 19 of file CommunicationConfiguration.hpp.
|
inlinevirtual |
Definition at line 21 of file CommunicationConfiguration.hpp.
PtrCommunication precice::com::CommunicationConfiguration::createCommunication | ( | const xml::XMLTag & | tag | ) | const |
Returns a communication object of given type.
Definition at line 13 of file CommunicationConfiguration.cpp.
|
mutableprivate |
Definition at line 27 of file CommunicationConfiguration.hpp.