preCICE v3.1.2
|
#include <cstddef>
#include <list>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "DistributedCommunication.hpp"
#include "com/SharedPointer.hpp"
#include "logging/Logger.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/SharedPointer.hpp"
Go to the source code of this file.
Classes | |
class | precice::m2n::PointToPointCommunication |
Point-to-point communication implementation of DistributedCommunication. More... | |
struct | precice::m2n::PointToPointCommunication::Mapping |
Defines mapping between: More... | |
struct | precice::m2n::PointToPointCommunication::ConnectionData |
this data structure is used to store m2n communication information for the 1 step of bounding box initialization. It stores: More... | |
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::com |
contains the data communication abstraction layer. | |
namespace | precice::m2n |
contains the logic of the parallel communication between participants. | |