extending zoned faces after zonifying cells

This commit is contained in:
mattijs
2008-10-29 12:57:03 +00:00
parent 8c950850ba
commit 4b90cc4c11
2 changed files with 151 additions and 49 deletions

View File

@ -382,10 +382,12 @@ private:
//- Finds zone per cell for cells inside closed named surfaces.
// (uses geometric test for insideness)
// Adapts namedSurfaceIndex so all faces on boundary of cellZone
// have corresponding faceZone.
void findCellZoneGeometric
(
const labelList& closedNamedSurfaces,
const labelList& namedSurfaceIndex,
labelList& namedSurfaceIndex,
const labelList& surfaceToCellZone,
labelList& cellToZone
) const;