| 229 | |
| 230 | |
| 231 | void cellZoneSet::sync(const polyMesh& mesh) |
| 232 | { |
| 233 | cellSet::sync(mesh); |
| 234 | |
| 235 | // Take over contents of cellSet into addressing. |
| 236 | addressing_ = sortedToc(); |
| 237 | updateSet(); |
| 238 | } |
| 239 | |
| 240 | |
| 241 | label cellZoneSet::maxSize(const polyMesh& mesh) const |
nothing calls this directly
no test coverage detected