Home
last modified time | relevance | path

Searched refs:firstCell (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex1f90.F9011 PetscInt c, firstCell, numCells
22 firstCell = 0
27 do c = firstCell, numCells - 1
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2195 PetscInt firstCell = -1, lastCell = -1; in DMPforestGetCellCoveringSF() local
2207 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() local
2256 leaves[off + i].index = firstCell + i; in DMPforestGetCellCoveringSF()