PatchLink encapsulates the transmission of patches to and from remote processes. More...
#include <patchlink.h>
Classes | |
class | Accepter |
class | Link |
class | Provider |
Public Types | |
typedef GRID_TYPE::CellType | CellType |
typedef SerializationBuffer < CellType >::BufferType | BufferType |
typedef SerializationBuffer < CellType >::FixedSize | FixedSize |
Static Public Attributes | |
static const int | DIM = GRID_TYPE::DIM |
Friends | |
class | PatchLinkTest |
PatchLink encapsulates the transmission of patches to and from remote processes.
PatchLink::Accepter takes the patches from a Stepper hands them on to MPI, while PatchLink::Provider will receive the patches from the net and provide then to a Stepper.
typedef SerializationBuffer<CellType>::BufferType LibGeoDecomp::PatchLink< GRID_TYPE >::BufferType |
typedef GRID_TYPE::CellType LibGeoDecomp::PatchLink< GRID_TYPE >::CellType |
typedef SerializationBuffer<CellType>::FixedSize LibGeoDecomp::PatchLink< GRID_TYPE >::FixedSize |
friend class PatchLinkTest [friend] |
const int LibGeoDecomp::PatchLink< GRID_TYPE >::DIM = GRID_TYPE::DIM [static] |