42 const CellType* parent = BaseType::CellParent(cell);
50 if (((childRelation >> (
Dim - 1 - axis)) & 1) ^ (dir & 1))
52 unsigned int faceNeighborRelation =
53 childRelation ^ (1 << (
Dim - 1 - axis));
54 if (BaseType::ExistChild(*parent, faceNeighborRelation))
57 return &(*parent)[faceNeighborRelation];
78 unsigned int faceNeighborRelation =
79 childRelation ^ (1 << (
Dim - 1 - axis));
80 if (BaseType::ExistChild(*n, faceNeighborRelation))
83 return &(*n)[faceNeighborRelation];