|
preCICE
|
#include <map>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | precice |
| Main namespace of the precice library. | |
| namespace | precice::cplscheme |
| contains implementations of coupling schemes for coupled simulations. | |
Typedefs | |
| using | precice::cplscheme::PtrCouplingScheme = std::shared_ptr<CouplingScheme> |
| using | precice::cplscheme::PtrCouplingSchemeConfiguration = std::shared_ptr<CouplingSchemeConfiguration> |
| using | precice::cplscheme::PtrCouplingData = std::shared_ptr<CouplingData> |
| using | precice::cplscheme::DataMap = std::map<int, PtrCouplingData> |