p4est 2.8.6
p4est is a software library for parallel adaptive mesh refinement.
|
A 1D quadrant datatype: this is used to encode a "layer" of a column in the 2D+1D AMR scheme. More...
#include <p6est.h>
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 | |
A 1D quadrant datatype: this is used to encode a "layer" of a column in the 2D+1D AMR scheme.