Function t8_cmesh_gather_trees_per_eclass
Defined in File t8_cmesh_partition.h
Function Documentation
-
void t8_cmesh_gather_trees_per_eclass(t8_cmesh_t cmesh, sc_MPI_Comm comm)
From num_local_trees_per_eclass compute num_trees_per_eclass.
This function is collective.
Warning
This function does not perform a check whether cmesh is committed. Use with caution.
- Parameters:
cmesh – [inout] The cmesh whose num_trees_per_eclass values should be created. Must be partitioned and committed.
comm – [in] Mpi communicator used to create the offset array.