t8  1.2.0
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
Data Fields
t8_stash_joinface Struct Reference

The face-connection information that is stored before a cmesh is committed. More...

#include <t8_cmesh_stash.h>

Data Fields

t8_gloidx_t id1
 The global tree id of the first tree in the connection.
 
t8_gloidx_t id2
 The global tree id of the second tree. More...
 
int face1
 The face number of the first of the connected faces.
 
int face2
 The face number of the second face.
 
int orientation
 The orientation of the face connection. More...
 

Detailed Description

The face-connection information that is stored before a cmesh is committed.

Field Documentation

◆ id2

t8_gloidx_t t8_stash_joinface::id2

The global tree id of the second tree.

We ensure id1<=id2.

◆ orientation

int t8_stash_joinface::orientation

The orientation of the face connection.

See also
t8_cmesh_types.h.

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