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

A 1D quadrant datatype: this is used to encode a "layer" of a column in the 2D+1D AMR scheme. More...

#include <p6est.h>

Collaboration diagram for p2est_quadrant:
Collaboration graph
[legend]

Data Structures

union  p6est_quadrant_data
 

Data Fields

p4est_qcoord_t z
 vertical coordinate
 
int8_t level
 level of refinement
 
int8_t pad8
 padding
 
int16_t pad16
 padding
 
union p2est_quadrant::p6est_quadrant_data p
 a union of additional data attached to a layer
 

Detailed Description

A 1D quadrant datatype: this is used to encode a "layer" of a column in the 2D+1D AMR scheme.


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