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