t8  1.2.0
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
Data Fields
t8_ghost_data_exchange_t Struct Reference

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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: