p4est  1.0
Data Fields
p4est_iter_volume_info_t Struct Reference

The information that is available to the user-defined p4est_iter_volume_t callback function. More...

#include <p4est_iterate.h>

Collaboration diagram for p4est_iter_volume_info_t:
Collaboration graph
[legend]

Data Fields

p4est_tp4est
p4est_ghost_tghost_layer
p4est_quadrant_tquad
 the quadrant of the callback
p4est_locidx_t quadid
 id in quad's tree array (see p4est_tree_t)
p4est_topidx_t treeid
 the tree containing quad

Detailed Description

The information that is available to the user-defined p4est_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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines