Lines Matching refs:p4estC

2163 static PetscErrorCode DMPforestGetCellCoveringSF(MPI_Comm comm, p4est_t *p4estC, p4est_t *p4estF, P…  in DMPforestGetCellCoveringSF()  argument
2174 …PetscCall(DMPforestComputeOverlappingRanks(p4estC->mpisize, p4estC->mpirank, p4estF, p4estC, &star… in DMPforestGetCellCoveringSF()
2179 …if (p4estC->global_first_quadrant[p] == p4estC->global_first_quadrant[p + 1]) { /* empty coarse pa… in DMPforestGetCellCoveringSF()
2187 …PetscCall(DMPforestComputeOverlappingRanks(p4estC->mpisize, p4estC->mpirank, p4estC, p4estF, &star… in DMPforestGetCellCoveringSF()
2196 p4est_tree_t *treeStart = &(((p4est_tree_t *)p4estC->trees->array)[tStart]); in DMPforestGetCellCoveringSF()
2197 …p4est_tree_t *treeEnd = (size_t)tEnd < p4estC->trees->elem_count ? &(((p4est_tree_t *)p4estC in DMPforestGetCellCoveringSF()
2217 lastCell = p4estC->local_num_quadrants; in DMPforestGetCellCoveringSF()
2232 lastCell = p4estC->local_num_quadrants; in DMPforestGetCellCoveringSF()
2337 p4est_t *p4estC, *p4estF; in DMPforestGetTransferSF_Point() local
2358 p4estC = pforestC->forest; in DMPforestGetTransferSF_Point()
2427 …PetscCallP4estReturn(equal, p4est_quadrant_is_equal_piggy, (&p4estC->global_first_position[p], &p4… in DMPforestGetTransferSF_Point()
2437 p4est_topidx_t fltC = p4estC->first_local_tree; in DMPforestGetTransferSF_Point()
2438 p4est_topidx_t lltC = p4estC->last_local_tree; in DMPforestGetTransferSF_Point()
2446 …PetscCall(DMPforestGetCellCoveringSF(comm, p4estC, p4estF, pforestC->cLocalStart, pforestC->cLocal… in DMPforestGetTransferSF_Point()
2453 p4est_tree_t *tree = &(((p4est_tree_t *)p4estC->trees->array)[t]); in DMPforestGetTransferSF_Point()
2490 p4est_tree_t *tree = &(((p4est_tree_t *)p4estC->trees->array)[t]); in DMPforestGetTransferSF_Point()