Searched refs:firstCell (Results 1 – 2 of 2) sorted by relevance
11 PetscInt c, firstCell, numCells22 firstCell = 027 do c = firstCell, numCells - 1
2195 PetscInt firstCell = -1, lastCell = -1; in DMPforestGetCellCoveringSF() local2207 firstCell = 0; in DMPforestGetCellCoveringSF()2209 firstCell = (PetscInt)(treeStart->quadrants_offset + overlapIndex); in DMPforestGetCellCoveringSF()2212 firstCell = 0; in DMPforestGetCellCoveringSF()2234 send[2 * (p - startF)] = firstCell; in DMPforestGetCellCoveringSF()2235 send[2 * (p - startF) + 1] = lastCell - firstCell; in DMPforestGetCellCoveringSF()2249 PetscInt firstCell = recv[2 * (p - startC)]; in DMPforestGetCellCoveringSF() local2256 leaves[off + i].index = firstCell + i; in DMPforestGetCellCoveringSF()