Function t8_shmem_array_set_gloidx(t8_shmem_array_t, int, t8_gloidx_t)

Function Documentation

void t8_shmem_array_set_gloidx(t8_shmem_array_t array, int index, t8_gloidx_t value)

Set an entry of a t8_shmem array that is used to store t8_gloidx_t. The array must have writing mode enabled t8_shmem_array_start_writing.

Parameters:
  • array[inout] The array to be modified.

  • index[in] The array entry to be modified.

  • value[in] The new value to be set.