t8  1.2.0
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
Data Structures | Macros | Typedefs
t8_dvertex.h File Reference

TODO: document this. More...

#include <t8.h>

Go to the source code of this file.

Data Structures

struct  t8_dvertex
 

Macros

#define T8_DVERTEX_CHILDREN   1
 The number of children that a vertex is refined into.
 
#define T8_DVERTEX_FACES   0
 The number of faces of a vertex.
 
#define T8_DVERTEX_FACE_CHILDREN   0
 The number of face children of a vertex.
 
#define T8_DVERTEX_ROOT_LEN   0
 The length of a vertex root tree.
 
#define T8_DVERTEX_MAXLEVEL   255
 The maximum refinement level allowed for a vertex.
 

Typedefs

typedef struct t8_dvertex t8_dvertex_t
 

Detailed Description

TODO: document this.