p4est  1.0
Data Fields
p8est_iter_corner_info_t Struct Reference

The information that is availalbe to the user-defined p8est_iter_corner_t callback. More...

#include <p8est_iterate.h>

Collaboration diagram for p8est_iter_corner_info_t:
Collaboration graph
[legend]

Data Fields

p8est_tp4est
p8est_ghost_tghost_layer
int8_t tree_boundary
 boolean: interior face (0), boundary face (1)
sc_array_t sides
 array of p8est_iter_corner_side_t type

Detailed Description

The information that is availalbe to the user-defined p8est_iter_corner_t callback.

If tree_boundary is false, the corner is on the interior of a tree. When tree_boundary is false, sides[0] contains the lowest z-order quadrant that touches the corner. When tree_boundary is true, its value is P8EST_CONNECT_FACE/EDGE/CORNER depending on the location of the corner relative to the tree.


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