Function t8_cmesh_commit

Function Documentation

void t8_cmesh_commit(t8_cmesh_t cmesh, sc_MPI_Comm comm)

After allocating and adding properties to a cmesh, finish its construction.

TODO: this function is MPI collective.

Parameters:
  • cmesh[inout] Must be created with t8_cmesh_init (TODO: or bcast) and specialized with t8_cmesh_set_* calls first (?).

  • comm[in] The MPI communicator to use.