preCICE v3.1.1
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Communication.hpp File Reference
#include <set>
#include <stddef.h>
#include <string>
#include <vector>
#include "boost/range/irange.hpp"
#include "com/Request.hpp"
#include "com/SharedPointer.hpp"
#include "logging/Logger.hpp"
#include "precice/impl/Types.hpp"
#include "precice/span.hpp"
Include dependency graph for Communication.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  precice::com::AsVectorTag< T >
 
class  precice::com::Communication
 Interface for all interprocess communication classes. More...
 

Namespaces

namespace  precice
 Main namespace of the precice library.
 
namespace  precice::com
 contains the data communication abstraction layer.
 

Functions

void precice::com::connectCircularComm (std::string const &participantName, std::string const &tag, int rank, int size, com::Communication &left, com::Communication &right)