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

Generic interface for transformations between a tree and any of its neighbors. More...

#include <p4est_connectivity.h>

Data Fields

p4est_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 [P4EST_DIM]
 permutation of dimensions when transforming self coords to neighbor coords
 
int8_t sign [P4EST_DIM]
 sign changes when transforming self coords to neighbor coords
 
p4est_qcoord_t origin_self [P4EST_DIM]
 point on the interface from self's perspective
 
p4est_qcoord_t origin_neighbor [P4EST_DIM]
 point on the interface from neighbor's perspective
 

Detailed Description

Generic interface for transformations between a tree and any of its neighbors.


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