Function t8_dtet_element_pack_size

Function Documentation

void t8_dtet_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.