|
t8
1.2.0
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
|
This struct is used during a ghost data exchange. More...
Data Fields | |
| int | num_remotes |
| char ** | send_buffers |
| The number of processes, we send to. | |
| sc_MPI_Request * | send_requests |
| For each remote the send buffer. | |
| sc_MPI_Request * | recv_requests |
| For each process we send to, the MPI request used. | |
This struct is used during a ghost data exchange.
Since we use asynchronuous communication, we store the send buffers and mpi requests until we end the communication.