preCICE v3.2.0
|
#include <M2NConfiguration.hpp>
Public Attributes | |
m2n::PtrM2N | m2n |
The configured M2N. | |
std::string | acceptor |
The name of the acceptor. | |
std::string | connector |
The name of the connector. | |
Definition at line 19 of file M2NConfiguration.hpp.
std::string precice::m2n::M2NConfiguration::ConfiguredM2N::acceptor |
The name of the acceptor.
Definition at line 23 of file M2NConfiguration.hpp.
std::string precice::m2n::M2NConfiguration::ConfiguredM2N::connector |
The name of the connector.
Definition at line 25 of file M2NConfiguration.hpp.
m2n::PtrM2N precice::m2n::M2NConfiguration::ConfiguredM2N::m2n |
The configured M2N.
Definition at line 21 of file M2NConfiguration.hpp.