p4est 2.8.6
p4est is a software library for parallel adaptive mesh refinement.
|
Information about one side of a face in the forest. More...
#include <p8est_iterate.h>
Data Structures | |
union | p8est_iter_face_side_data |
Data Fields | |
p4est_topidx_t | treeid |
the tree on this side | |
int8_t | face |
which quadrant side the face touches | |
int8_t | is_hanging |
boolean: one full quad (0) or four smaller quads (1) | |
union p8est_iter_face_side::p8est_iter_face_side_data | is |
Information about one side of a face in the forest.
If a quad is local (is_ghost is false), then its quadid indexes the tree's quadrant array; otherwise, it indexes the ghosts array. If the face is hanging, then the quadrants are listed in z-order. If a quadrant should be present, but it is not included in the ghost layer, then quad = NULL, is_ghost is true, and quadid = -1.