39 label block::vtxLabel(label a, label
b, label c)
41 return (a + b*(blockDef_.
n().
x() + 1)
42 + c*(blockDef_.
n().
x() + 1)*(blockDef_.
n().
y() + 1));
50 blockDef_(definition),
53 ((blockDef_.n().x() + 1)*(blockDef_.n().
y() + 1)*(blockDef_.n().z() + 1))
57 (blockDef_.n().x()*blockDef_.n().
y()*blockDef_.n().z())
92 return boundaryPatches_;
98 Ostream&
operator<<(Ostream& os,
const block& b)
100 os << b.vertices_ <<
nl
102 << b.boundaryPatches_ <<
endl;