Searched refs:procFIFO (Results 1 – 1 of 1) sorted by relevance
550 PetscInt *procFIFO, pTop, pBottom; in DMPlexOrient() local611 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() local988 PetscCall(PetscMalloc1(Noff[size], &procFIFO)); in DMPlexOrientCells_Internal()993 procFIFO[pBottom++] = p; in DMPlexOrientCells_Internal()1001 proc = procFIFO[pTop++]; in DMPlexOrientCells_Internal()[all …]