t8
1.2.0
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
|
TODO: document this. More...
#include <t8.h>
Go to the source code of this file.
Data Structures | |
struct | t8_dline |
Macros | |
#define | T8_DLINE_CHILDREN 2 |
The number of children that a line is refined into. | |
#define | T8_DLINE_FACES 2 |
The number of faces of a line. | |
#define | T8_DLINE_FACE_CHILDREN 1 |
The number of children at a face of a line. | |
#define | T8_DLINE_MAXLEVEL 30 |
The maximum refinement level allowed for a line. | |
#define | T8_DLINE_ROOT_LEN (1 << (T8_DLINE_MAXLEVEL)) |
The length of the root line in integer coordinates. | |
#define | T8_DLINE_LEN(l) (1 << (T8_DLINE_MAXLEVEL - (l))) |
The length of a line at a given level in integer coordinates. | |
Typedefs | |
typedef int32_t | t8_dline_coord_t |
typedef struct t8_dline | t8_dline_t |
TODO: document this.