Struct t8_ghost_data_exchange_t

Struct Documentation

struct t8_ghost_data_exchange_t

This struct is used during a ghost data exchange. Since we use asynchronous communication, we store the send buffers and mpi requests until we end the communication.

Public Members

int num_remotes

The number of processes, we send to.

char **send_buffers

For each remote the send buffer.

sc_MPI_Request *send_requests

For each process we send to, the MPI request used.

sc_MPI_Request *recv_requests

For each process we receive from, the MPI request used.