p4est 2.8.6
p4est is a software library for parallel adaptive mesh refinement.
Data Fields
p4est_iter_volume_info 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:
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: