Function t8_dtet_element_unpack
Defined in File t8_dtet_bits.h
Function Documentation
-
void t8_dtet_element_unpack(void *recvbuf, const int buffer_size, int *position, t8_dtet_t **elements, const unsigned int count, sc_MPI_Comm comm)
Unpack a buffer of tet elements into contiguous memory. Compare MPI_Unpack function.
- Parameters:
recvbuf – [in] Buffer to be unpacked.
buffer_size – [in] Size of recvbuf.
position – [inout] Current position in buffer.
elements – [out] Array with the tet elements (output buffer).
count – [in] Number of elements to be unpacked.
comm – [in] Communicator.