Function t8_element_get_successor

Function Documentation

void t8_element_get_successor(const t8_scheme_c *scheme, const t8_eclass_t tree_class, const t8_element_t *elem1, t8_element_t *elem2)

Construct the successor in a uniform refinement of a given element.

Parameters:
  • scheme[in] The scheme of the forest.

  • tree_class[in] The eclass of tree the elements are part of.

  • elem1[in] The element whose successor should be constructed.

  • elem2[inout] The element whose entries will be set.