Function t8_element_array_push
Defined in File t8_containers.h
Function Documentation
-
t8_element_t *t8_element_array_push(t8_element_array_t *element_array)
Enlarge an array by one element.
- Parameters:
element_array – [inout] Array structure to be modified.
- Returns:
Returns a pointer to a newly added element for which t8_element_init was called.