|
p4est
2.8.7
p4est is a software library for parallel adaptive mesh refinement.
|
Generic interface for transformations between a tree and any of its neighbors. More...
#include <p8est_connectivity.h>
Data Fields | |
| p8est_connect_type_t | neighbor_type |
| type of connection to neighbor | |
| p4est_topidx_t | neighbor |
| neighbor tree index | |
| int8_t | index_self |
| index of interface from self's perspective | |
| int8_t | index_neighbor |
| index of interface from neighbor's perspective | |
| int8_t | perm [P8EST_DIM] |
| permutation of dimensions when transforming self coords to neighbor coords | |
| int8_t | sign [P8EST_DIM] |
| sign changes when transforming self coords to neighbor coords | |
| p4est_qcoord_t | origin_self [P8EST_DIM] |
| point on the interface from self's perspective | |
| p4est_qcoord_t | origin_neighbor [P8EST_DIM] |
| point on the interface from neighbor's perspective | |
Generic interface for transformations between a tree and any of its neighbors.