Searched refs:forest_copy (Results 1 – 1 of 1) sorted by relevance
1110 p4est_t *forest_copy = NULL; in DMSetUp_pforest() local1114 if (copyForest) PetscCallP4estReturn(forest_copy, p4est_copy, (pforest->forest, 0)); in DMSetUp_pforest()1119 if (forest_copy) { in DMSetUp_pforest()1129 …numRoots = (PetscInt)(forest_copy->global_first_quadrant[rank + 1] - forest_copy->global_first_qu… in DMSetUp_pforest()1131 …PetscCall(DMPforestComputeOverlappingRanks(size, rank, pforest->forest, forest_copy, &pStart, &pEn… in DMSetUp_pforest()1134 p4est_gloidx_t preStart = forest_copy->global_first_quadrant[p]; in DMSetUp_pforest()1135 p4est_gloidx_t preEnd = forest_copy->global_first_quadrant[p + 1]; in DMSetUp_pforest()1178 PetscCallP4est(p4est_destroy, (forest_copy)); in DMSetUp_pforest()