Function t8_element_array_new

Function Documentation

t8_element_array_t *t8_element_array_new(const t8_scheme_c *scheme, const t8_eclass_t tree_class)

Creates a new array structure with 0 elements.

Parameters:
  • scheme[in] The eclass scheme of which elements should be stored.

  • tree_class[in] The tree class of the elements stored in the array.

Returns:

Return an allocated array of zero length.