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

Go to the source code of this file.

Classes

class  precice::m2n::GatherScatterCommunication
 Implements DistributedCommunication by using a gathering/scattering methodology. Arrays of data are always gathered and scattered at the primary. No direct communication between secondary ranks is used. For more details see m2n/DistributedCommunication.hpp. More...
 

Namespaces

namespace  precice
 Main namespace of the precice library.
 
namespace  precice::m2n
 contains the logic of the parallel communication between participants.