Function t8_cmesh_is_partitioned(t8_cmesh_t)

Function Documentation

int t8_cmesh_is_partitioned(t8_cmesh_t cmesh)

Query whether a committed cmesh is partitioned or replicated.

Parameters:

cmesh[in] A committed cmesh.

Returns:

True if cmesh is partitioned. False otherwise. cmesh must be committed before calling this function.