|
|
| Index: | 40 |
| Scheme symbol: | xf-partition |
| C macro: | XF_PARTITION |
| Status: | only for partitioned grids |
This section indicates each cell's partition. The format of the section is as follows:
(40 (zone-id first-index last-index partition-count)( p1 p2 p3 . . . pn )) |
where,
| p1 | = | the partition of the cell whose ID is first-index |
| p2 | = | the partition of the cell whose ID is
first-index
|
| pn | = | the partition of the cell whose ID is last-index |
| partition-count | = | the total number of partitions |
Partition IDs must be between 0 and one less than partition-count.