p4est 2.8.6
p4est is a software library for parallel adaptive mesh refinement.
Data Fields
p4est_iter_corner_info Struct Reference

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

#include <p4est_iterate.h>

Collaboration diagram for p4est_iter_corner_info:
Collaboration graph
[legend]

Data Fields

p4est_tp4est
 
p4est_ghost_tghost_layer
 
int8_t tree_boundary
 boolean: interior face (0), tree boundary face (true)
 
sc_array_t sides
 array of type p4est_iter_corner_side_t type
 

Detailed Description

The information that is available to the user-defined p4est_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 P4EST_CONNECT_FACE/CORNER depending on the location of the corner relative to the tree.


The documentation for this struct was generated from the following file: