Function t8_dtri_element_pack_size(const unsigned int, sc_MPI_Comm, int *)

Function Documentation

void t8_dtri_element_pack_size(const unsigned int count, sc_MPI_Comm comm, int *pack_size)

Returns the upper bound on the amount of space needed to pack count elements. Compare MPI_Pack_size function.

Parameters:
  • count[in] Number of packed elements.

  • comm[in] Communicator.

  • pack_size[out] Upper bound on size of packed elements.