Function t8_forest_ghost_receive

Function Documentation

static void t8_forest_ghost_receive(t8_forest_t forest, t8_forest_ghost_t ghost)

Probe for all incoming messages from the remote ranks and receive them. We receive the message in the order in which they arrive. To achieve this, we have to use polling.

Parameters:
  • forest[in] The forest.

  • ghost[in] The forest’s ghost.