Function t8_element_array_get_array_mutable
Defined in File t8_containers.h
Function Documentation
-
sc_array_t *t8_element_array_get_array_mutable(t8_element_array_t *element_array)
Return a mutable pointer to the sc_array stored in a t8_element_array.
Note
The data can be modified.
- Parameters:
element_array – [in] Array structure.
- Returns:
A pointer to the sc_array storing the data.