RepastHPC  2.3.1
Public Attributes | List of all members
repast::RankDatum Struct Reference

The RankDatum struct stores the data that the ValueLayerND class will need for each of its 3^N - 1 neighboring ranks. More...

#include <ValueLayerND.h>

Public Attributes

int rank
 
MPI_Datatype datatype
 
int sendPtrOffset
 
int receivePtrOffset
 
int sendDir
 
int recvDir
 

Detailed Description

The RankDatum struct stores the data that the ValueLayerND class will need for each of its 3^N - 1 neighboring ranks.

N.B.: We could use a map from rank to the rest of the data, but we will rarely need to index it that way, and instead can just loop through it


The documentation for this struct was generated from the following file: