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