Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexorient.c550 PetscInt *procFIFO, pTop, pBottom; in DMPlexOrient() local
612 pTop = pBottom = 0; in DMPlexOrient()
619 while (pTop < pBottom) { in DMPlexOrient()
624 proc = procFIFO[pTop++]; in DMPlexOrient()
929 PetscInt *procFIFO, pTop, pBottom; in DMPlexOrientCells_Internal() local
989 pTop = pBottom = 0; in DMPlexOrientCells_Internal()
996 while (pTop < pBottom) { in DMPlexOrientCells_Internal()
1001 proc = procFIFO[pTop++]; in DMPlexOrientCells_Internal()