Function t8_element_array_get_data_mutable
Defined in File t8_containers.h
Function Documentation
-
t8_element_t *t8_element_array_get_data_mutable(t8_element_array_t *element_array)
Return a pointer to the real data array stored in a t8_element_array.
- Parameters:
element_array – [in] Array structure.
- Returns:
A pointer to the stored data. If the number of stored elements is 0, then NULL is returned.