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

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

#include <p8est_iterate.h>

Collaboration diagram for p8est_iter_face_info:
Collaboration graph
[legend]

Data Fields

p8est_tp4est
 
p8est_ghost_tghost_layer
 
int8_t orientation
 the orientation of the sides to each other, as in the definition of p8est_connectivity_t
 
int8_t tree_boundary
 boolean: interior face (0), tree boundary face (true)
 
sc_array_t sides
 

Detailed Description

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

The orientation is 0 if the face is within one tree; otherwise, it is the same as the orientation value between the two trees given in the connectivity. If the face is on the outside of the forest, then there is only one side. If tree_boundary is false, the face is on the interior of a tree. When tree_boundary false, sides[0] contains the lowest z-order quadrant that touches the face. When tree_boundary is true, its value is P8EST_CONNECT_FACE.


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