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

The 2D quadrant datatype. More...

#include <p4est.h>

Collaboration diagram for p4est_quadrant:
Collaboration graph
[legend]

Data Structures

union  p4est_quadrant_data
 

Data Fields

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

Detailed Description

The 2D quadrant datatype.

Examples
simple/simple2.c, and steps/p4est_step1.c.

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