30 bool Foam::extrudedMesh::sameOrder(
const face& f,
const edge& e)
34 label nextI = (i == f.size()-1 ? 0 : i+1);
36 return f[nextI] == e[1];
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
label findIndex(const ListType &, typename ListType::const_reference, const label start=0)
Find first occurrence of given element and return index,.