|
preCICE v3.3.0
|
#include <algorithm>#include <cstddef>#include <map>#include <memory>#include <ostream>#include <utility>#include "GatherScatterCommunication.hpp"#include "com/Communication.hpp"#include "logging/LogMacros.hpp"#include "m2n/DistributedCommunication.hpp"#include "mesh/Mesh.hpp"#include "precice/impl/Types.hpp"#include "utils/IntraComm.hpp"#include "utils/algorithm.hpp"#include "utils/assertion.hpp"Go to the source code of this file.
Namespaces | |
| namespace | precice |
| Main namespace of the precice library. | |
| namespace | precice::m2n |
| contains the logic of the parallel communication between participants. | |