Function t8_cmesh_copy
Defined in File t8_cmesh_copy.h
Function Documentation
-
void t8_cmesh_copy(t8_cmesh_t cmesh, t8_cmesh_t cmesh_from, sc_MPI_Comm comm)
Copy the coarse mesh from cmesh_from to cmesh.
- Parameters:
cmesh – [inout] The coarse mesh to copy to.
cmesh_from – [in] The coarse mesh to copy from.
comm – [in] The MPI communicator to use.