Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexorient.c550 PetscInt *procFIFO, pTop, pBottom; in DMPlexOrient() local
611 PetscCall(PetscMalloc1(Noff[size], &procFIFO)); in DMPlexOrient()
616 procFIFO[pBottom++] = p; in DMPlexOrient()
624 proc = procFIFO[pTop++]; in DMPlexOrient()
640 procFIFO[pBottom++] = nproc; in DMPlexOrient()
646 PetscCall(PetscFree(procFIFO)); in DMPlexOrient()
929 PetscInt *procFIFO, pTop, pBottom; in DMPlexOrientCells_Internal() local
988 PetscCall(PetscMalloc1(Noff[size], &procFIFO)); in DMPlexOrientCells_Internal()
993 procFIFO[pBottom++] = p; in DMPlexOrientCells_Internal()
1001 proc = procFIFO[pTop++]; in DMPlexOrientCells_Internal()
[all …]