|
p4est 2.8.5.190-3fcf-dirty
p4est is a software library for parallel adaptive mesh refinement.
|

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 [2] | |
| boolean: local (0) or ghost (1) | |
| p8est_quadrant_t * quad [2] | |
| the actual quadrant | |
| p4est_locidx_t quadid [2] | |
| index in tree or ghost array | |
| } | hanging |
| if is_hanging = 1, use is.hanging to access per-quadrant data | |