Lines Matching refs:fBottom

86 …xCheckFace_Internal(DM dm, PetscInt *faceFIFO, PetscInt *fTop, PetscInt *fBottom, IS cellIS, IS fa…  in DMPlexCheckFace_Internal()  argument
128 faceFIFO[(*fBottom)++] = coneA[c]; in DMPlexCheckFace_Internal()
132fBottom <= fEnd - fStart, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Face %" PetscInt_FMT " was pushed exce… in DMPlexCheckFace_Internal()
141 faceFIFO[(*fBottom)++] = coneB[c]; in DMPlexCheckFace_Internal()
145fBottom <= fEnd - fStart, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Face %" PetscInt_FMT " was pushed exce… in DMPlexCheckFace_Internal()
168 …ckFace_Old_Internal(DM dm, PetscInt *faceFIFO, PetscInt *fTop, PetscInt *fBottom, PetscInt cStart,… in DMPlexCheckFace_Old_Internal() argument
194 faceFIFO[(*fBottom)++] = coneA[c]; in DMPlexCheckFace_Old_Internal()
198fBottom <= fEnd - fStart, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Face %" PetscInt_FMT " was pushed exce… in DMPlexCheckFace_Old_Internal()
203 faceFIFO[(*fBottom)++] = coneB[c]; in DMPlexCheckFace_Old_Internal()
207fBottom <= fEnd - fStart, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Face %" PetscInt_FMT " was pushed exce… in DMPlexCheckFace_Old_Internal()
267 PetscInt cc, fTop, fBottom; in DMPlexOrient_Serial() local
279 fTop = fBottom = 0; in DMPlexOrient_Serial()
287 faceFIFO[fBottom++] = cone[c]; in DMPlexOrient_Serial()
293 …while (fTop < fBottom) PetscCall(DMPlexCheckFace_Internal(dm, faceFIFO, &fTop, &fBottom, cellIS, f… in DMPlexOrient_Serial()
349 PetscInt *faceFIFO, fTop, fBottom, *cellComp, *faceComp; in DMPlexOrient() local
414 fTop = fBottom = 0; in DMPlexOrient()
418 faceFIFO[fBottom++] = cone[c]; in DMPlexOrient()
424 …while (fTop < fBottom) PetscCall(DMPlexCheckFace_Old_Internal(dm, faceFIFO, &fTop, &fBottom, cStar… in DMPlexOrient()