p4est  1.0
Data Fields
trilinear_element_info2_t Struct Reference

trilinear_element_info2: a structure precomputed after mesh extraction. More...

#include <p8est_trilinear.h>

Data Fields

int8_t nanchored
int8_t ndangling
int8_t interior_only
int8_t interior_anchors_only
int8_t corner [8]
int8_t Qisdirect [8]
int32_t Qindices [8]
int64_t Qfvnids [8]
trilinear_boundary_flag_t Qboundary [8]
int8_t dQcolumn [8][4]

Detailed Description

trilinear_element_info2: a structure precomputed after mesh extraction.

First come the anchored nodes, then the dangling nodes. Variables beginning with Q are over direct and indirect anchored nodes (iqc). Variable dQcolumn is indexed by dangling nodes only as dQcolumn[nd][l] = iqc of depended anchored node l. If interior_anchors_only is nonzero, then the element has only anchored nodes as corners that are not on the domain boundary.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines