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

The information about all sides of an edge in the forest. More...

#include <p8est_iterate.h>

Collaboration diagram for p8est_iter_edge_info:
Collaboration graph
[legend]

Data Fields

p8est_tp4est
 
p8est_ghost_tghost_layer
 
int8_t tree_boundary
 boolean: interior face (0), tree boundary face (true)
 
sc_array_t sides
 array of p8est_iter_edge_side_t type
 

Detailed Description

The information about all sides of an edge in the forest.

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


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