5#ifndef _MOLECULARDYNAMICS_COUPLING_SENDRECV_MD2MACRORECVONLY_H_
6#define _MOLECULARDYNAMICS_COUPLING_SENDRECV_MD2MACRORECVONLY_H_
8#include "coupling/CouplingMDDefinitions.h"
9#include "coupling/sendrecv/SendReceiveBuffer.h"
89#include "FromMD2MacroRecvOnly.cpph"
generic class for the the data exchange purposes.
Definition DataExchange.h:27
sends coupling cell information from MaMiCo to the macroscopic solver. Expects to only receive data f...
Definition FromMD2MacroRecvOnly.h:30
virtual ~FromMD2MacroRecvOnly()
Definition FromMD2MacroRecvOnly.h:37
void allocateReceiveBuffers(coupling::sendrecv::DataExchange< Cell_T, dim > &dataExchange, const Container_T &cells)
void readFromReceiveBuffer(coupling::sendrecv::DataExchange< Cell_T, dim > &dataExchange, const Container_T &cells)
void wait4SendFromMD2Macro(coupling::sendrecv::DataExchange< Cell_T, dim > &dataExchange, const Container_T &cells)
void sendFromMD2Macro(coupling::sendrecv::DataExchange< Cell_T, dim > &dataExchange, const Container_T &cells)
void sendFromMD2MacroNonBlocking(coupling::sendrecv::DataExchange< Cell_T, dim > &dataExchange, const Container_T &cells)
FromMD2MacroRecvOnly()
Definition FromMD2MacroRecvOnly.h:35
generic class for send-/ receive methodology.
Definition SendReceiveBuffer.h:35
everything necessary for coupling operations, is defined in here
Definition AdditiveMomentumInsertion.h:15