cellI===0 one of faceIndex is 0, and this face's owner is 0, its neighbour is 1 one of faceIndex is 1, and this face's owner is 0, its neighbour is 2 cellI===1 one of faceIndex is 2, and this face's owner is 1, its neighbour is 3 one of faceIndex is 0, and this face's owner is 0, its neighbour is 1 cellI===2 one of faceIndex is 3, and this face's owner is 2, its neighbour is 3 one of faceIndex is 1, and this face's owner is 0, its neighbour is 2 cellI===3 one of faceIndex is 2, and this face's owner is 1, its neighbour is 3 one of faceIndex is 3, and this face's owner is 2, its neighbour is 3
//- Internal face owner const labelUList& owner()const { returnlduAddr().lowerAddr(); }