41 label block::vtxLabel(label a, label
b, label c)
43 return (a + b*(BlockDef.xDim() + 1)
44 + c*(BlockDef.xDim() + 1)*(BlockDef.yDim() + 1));
55 ((BlockDef.xDim() + 1)*(BlockDef.yDim() + 1)*(BlockDef.zDim() + 1))
59 (BlockDef.xDim()*BlockDef.yDim()*BlockDef.zDim())
76 BlockDef(original.blockDef()),
77 Vertices(original.
points()),
78 Cells(original.
cells()),
79 BoundaryPatches(original.boundaryPatches())
109 return BoundaryPatches;
115 Ostream&
operator<<(Ostream& os,
const block& b)
117 os << b.Vertices <<
nl
119 << b.BoundaryPatches <<
endl;