Function t8_cmesh_uniform_set_return_parameters_to_empty

Function Documentation

static void t8_cmesh_uniform_set_return_parameters_to_empty(t8_gloidx_t *first_local_tree, t8_gloidx_t *child_in_tree_begin, t8_gloidx_t *last_local_tree, t8_gloidx_t *child_in_tree_end, int8_t *first_tree_shared)

Helper function to set the return values of t8_cmesh_uniform_bounds_equal_element_count to empty values.

Parameters:
  • first_local_tree[inout] The first local tree in the partition. Will be set to -1

  • child_in_tree_begin[inout] The first child in the tree. Will be set to -1, if it is not NULL.

  • last_local_tree[inout] The last local tree in the partition. Will be set to -1

  • child_in_tree_end[inout] The last child in the tree. Will be set to -1, if it is not NULL.

  • first_tree_shared[inout] If not NULL, will be set to 0.