
Data Fields | |
| struct { | |
| int8_t is_ghost | |
| boolean: local (0) or ghost (1) | |
| p8est_quadrant_t * quad | |
| the actual quadrant | |
| p4est_locidx_t quadid | |
| index in tree or ghost array | |
| } | full |
| if is_hanging = 0, use is.full to access per-quadrant data | |
| struct { | |
| int8_t is_ghost [4] | |
| boolean: local (0) or ghost (1) | |
| p8est_quadrant_t * quad [4] | |
| the actual quadrant | |
| p4est_locidx_t quadid [4] | |
| index in tree or ghost array | |
| } | hanging |
| if is_hanging = 1, use is.hanging to access per-quadrant data | |
1.7.6.1