preCICE v3.1.2
Loading...
Searching...
No Matches
Classes | Namespaces
M2N.hpp File Reference
#include <map>
#include <memory>
#include <string>
#include <type_traits>
#include <vector>
#include "DistributedComFactory.hpp"
#include "SharedPointer.hpp"
#include "com/SharedPointer.hpp"
#include "logging/Logger.hpp"
#include "m2n/DistributedCommunication.hpp"
#include "mesh/SharedPointer.hpp"
Include dependency graph for M2N.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  precice::m2n::M2N
 M2N communication class. This layer is necessary since communication between two participants can be working via several meshes, each possibly with a different decomposition. In principle, this class is only a map from meshes to DistributedCommunications. More...
 
struct  precice::m2n::WhiteboxAccessor
 struct giving access _useOnlyPrimaryCom More...
 

Namespaces

namespace  precice
 Main namespace of the precice library.
 
namespace  precice::mesh
 provides Mesh, Data and primitives.
 
namespace  precice::m2n
 contains the logic of the parallel communication between participants.