#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.
|
| 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.
|