29 #ifndef T8_FOREST_PARTITION_H
30 #define T8_FOREST_PARTITION_H
76 void t8_forest_partition_data (
t8_forest_t forest_from,
78 const sc_array_t *data_in,
79 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:249
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_create_offsets(t8_forest_t forest)
Create the element_offset array of a partitioned forest.
Definition: t8_forest_partition.cxx:96
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:166