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

The 3D quadrant (i.e., octant) datatype. More...

#include <p8est.h>

Collaboration diagram for p8est_quadrant:
Collaboration graph
[legend]

Data Structures

union  p8est_quadrant_data
 

Data Fields

p4est_qcoord_t x
 
p4est_qcoord_t y
 
p4est_qcoord_t z
 coordinates
 
int8_t level
 level of refinement
 
int8_t pad8
 padding
 
int16_t pad16
 padding
 
union p8est_quadrant::p8est_quadrant_data p
 a union of additional data attached to a quadrant
 

Detailed Description

The 3D quadrant (i.e., octant) datatype.

Examples
simple/simple3.c.

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