Function t8_cmesh_partition_receive_message
Defined in File t8_cmesh_partition.cxx
Function Documentation
-
void t8_cmesh_partition_receive_message(t8_cmesh_t cmesh, sc_MPI_Comm comm, const int proc_recv, sc_MPI_Status *status, const int *local_procid, const int recv_first, t8_locidx_t *num_ghosts)
Receive a partition message from another process.
- Parameters:
cmesh – [in] The cmesh to receive the partition message for.
comm – [in] The MPI communicator to use for the communication.
proc_recv – [in] The rank of the process to receive the message from.
status – [inout] The MPI status object containing the message information.
local_procid – [in] The local process id’s of the processes that we receive from.
recv_first – [in] The first process rank that we receive from.
num_ghosts – [inout] The number of ghosts that we received in this message.