|
p4est
2.8.7
p4est is a software library for parallel adaptive mesh refinement.
|
This structure holds the 2D+1D inter-tree connectivity information. More...
#include <p6est.h>

Data Fields | |
| p4est_connectivity_t * | conn4 |
| the 2D connecitvity; owned; vertices interpreted as the vertices of the bottom of the sheet | |
| double * | top_vertices |
| if NULL, uniform vertical profile, otherwise the vertices of the top of the sheet: should be the same size as conn4->tree_to_vertex; owned. | |
| double | height [3] |
| if top_vertices == NULL, this gives the offset from the bottom of the sheet to the top | |
This structure holds the 2D+1D inter-tree connectivity information.
It is essentially a wrapper of the 2D p4est_connecitivity_t datatype, with some additional information about how the third dimension is embedded.