29 #ifndef T8_FOREST_PARTITION_H
30 #define T8_FOREST_PARTITION_H
80 sc_array_t *data_out);
This structure is private to the implementation.
Definition: t8_forest_types.h:69
This is the administrative header file for t8code.
We define the forest of trees in this file.
void t8_forest_partition_create_tree_offsets(t8_forest_t forest)
Create the array tree offsets of a partitioned forest.
Definition: t8_forest_partition.cxx:335
int t8_forest_partition_next_nonempty_rank(t8_forest_t forest, int rank)
If t8_forest_partition_create_offsets was already called, compute for a given rank the next greater r...
void t8_forest_partition_test_boundary_element(const t8_forest_t forest)
Test if the last descendant of the last element of current rank has a smaller linear id than the stor...
Definition: t8_forest_partition.cxx:154
void t8_forest_partition_create_offsets(t8_forest_t forest)
Create the element_offset array of a partitioned forest.
Definition: t8_forest_partition.cxx:89
void t8_forest_partition_create_first_desc(t8_forest_t forest)
Create the array of global_first_descendant ids of a partitioned forest.
Definition: t8_forest_partition.cxx:252