15 #ifndef SERIALBOX_CORE_FRONTEND_STELLA_IJKBOUNDARY_H    16 #define SERIALBOX_CORE_FRONTEND_STELLA_IJKBOUNDARY_H    52     iMinusOffset_ = other.iMinusOffset_;
    53     iPlusOffset_ = other.iPlusOffset_;
    54     jMinusOffset_ = other.jMinusOffset_;
    55     jPlusOffset_ = other.jPlusOffset_;
    56     kMinusOffset_ = other.kMinusOffset_;
    57     kPlusOffset_ = other.kPlusOffset_;
 int kMinusOffset() const
Offset in k-minus direction. 
int jPlusOffset() const
Offset in j-plus direction. 
Namespace of the STELLA frontend. 
Namespace of the serialbox library. 
int jMinusOffset() const
Offset in j-minus direction. 
void Init(const int iMinusOffset, const int iPlusOffset, const int jMinusOffset, const int jPlusOffset, const int kMinusOffset, const int kPlusOffset)
Init the container. 
int kPlusOffset() const
Offset in k-plus direction. 
Container for the boundary size. 
int iPlusOffset() const
Offset in i-plus direction. 
int iMinusOffset() const
Offset in i-minus direction.