preCICE v3.1.2
|
#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 20 of file M2NConfiguration.hpp.
std::string precice::m2n::M2NConfiguration::ConfiguredM2N::acceptor |
The name of the acceptor.
Definition at line 24 of file M2NConfiguration.hpp.
std::string precice::m2n::M2NConfiguration::ConfiguredM2N::connector |
The name of the connector.
Definition at line 26 of file M2NConfiguration.hpp.
m2n::PtrM2N precice::m2n::M2NConfiguration::ConfiguredM2N::m2n |
The configured M2N.
Definition at line 22 of file M2NConfiguration.hpp.