p4est 2.8.6
p4est is a software library for parallel adaptive mesh refinement.
|
The information that is available to the user-defined p8est_iter_volume_t callback function. More...
#include <p8est_iterate.h>
Data Fields | |
p8est_t * | p4est |
p8est_ghost_t * | ghost_layer |
p8est_quadrant_t * | quad |
the quadrant of the callback | |
p4est_locidx_t | quadid |
id in quad's tree array (see p8est_tree_t) | |
p4est_topidx_t | treeid |
the tree containing quad | |
The information that is available to the user-defined p8est_iter_volume_t callback function.
treeid gives the index in p4est->trees of the tree to which quad belongs. quadid gives the index of quad within tree's quadrants array.