Searched refs:overlapIndex (Results 1 – 1 of 1) sorted by relevance
2198 ssize_t overlapIndex; in DMPforestGetCellCoveringSF() local2205 …PetscCallP4estReturn(overlapIndex, sc_array_bsearch, (&treeStart->quadrants, myFineStart, p4est_qu… in DMPforestGetCellCoveringSF()2206 if (overlapIndex < 0) { in DMPforestGetCellCoveringSF()2209 firstCell = (PetscInt)(treeStart->quadrants_offset + overlapIndex); in DMPforestGetCellCoveringSF()2215 …PetscCallP4estReturn(overlapIndex, sc_array_bsearch, (&treeEnd->quadrants, myFineEnd, p4est_quadra… in DMPforestGetCellCoveringSF()2216 if (overlapIndex < 0) { /* all of this local section is overlapped */ in DMPforestGetCellCoveringSF()2219 … p4est_quadrant_t *container = &(((p4est_quadrant_t *)treeEnd->quadrants.array)[overlapIndex]); in DMPforestGetCellCoveringSF()2226 lastCell = (PetscInt)(treeEnd->quadrants_offset + overlapIndex); in DMPforestGetCellCoveringSF()2228 lastCell = (PetscInt)(treeEnd->quadrants_offset + overlapIndex + 1); in DMPforestGetCellCoveringSF()