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

This structure holds the 2D+1D inter-tree connectivity information. More...

#include <p6est.h>

Collaboration diagram for p6est_connectivity:
Collaboration graph
[legend]

Data Fields

p4est_connectivity_tconn4
 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
 

Detailed Description

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.


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