Function t8_element_array_copy
Defined in File t8_containers.h
Function Documentation
-
void t8_element_array_copy(t8_element_array_t *dest, const t8_element_array_t *src)
Copy the contents of an array into another.
Both arrays must have the same eclass_scheme.
- Parameters:
dest – [in] Array will be resized and get new data.
src – [in] Array used as source of new data, will not be changed.