@{ * Normally called by pipeline executives or algorithms only. This method * computes the ghost arrays for a given dataset. The zeroExt argument * specifies the extent of the region which ghost type = 0. */
| 452 | * specifies the extent of the region which ghost type = 0. |
| 453 | */ |
| 454 | virtual void GenerateGhostArray(int zeroExt[6]) { this->GenerateGhostArray(zeroExt, false); } |
| 455 | virtual void GenerateGhostArray(int zeroExt[6], bool cellOnly); |
| 456 | ///@} |
| 457 |
nothing calls this directly
no test coverage detected