Function t8_shmem_array_copy

Function Documentation

void t8_shmem_array_copy(t8_shmem_array_t dest, t8_shmem_array_t source)

Copy the contents of one t8_shmem array into another.

Note

dest must be initialized and match in element size and element count to source.

Note

dest must have writing mode disabled.

Parameters:
  • dest[inout] The array in which source should be copied.

  • source[in] The array to copy.