Lines Matching refs:fEnd

92   PetscInt        cStart, cEnd, fStart, fEnd;  in DMPlexCheckFace_Internal()  local
97 PetscCall(ISGetPointRange(faceIS, &fStart, &fEnd, &faces)); in DMPlexCheckFace_Internal()
123 const PetscInt indF = GetPointIndex(coneA[c], fStart, fEnd, faces); in DMPlexCheckFace_Internal()
132fEnd - fStart, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Face %" PetscInt_FMT " was pushed exceeding capac… in DMPlexCheckFace_Internal()
136 const PetscInt indF = GetPointIndex(coneB[c], fStart, fEnd, faces); in DMPlexCheckFace_Internal()
145fEnd - fStart, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Face %" PetscInt_FMT " was pushed exceeding capac… in DMPlexCheckFace_Internal()
168 …cInt *fTop, PetscInt *fBottom, PetscInt cStart, PetscInt fStart, PetscInt fEnd, PetscBT seenCells,… in DMPlexCheckFace_Old_Internal() argument
198fEnd - fStart, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Face %" PetscInt_FMT " was pushed exceeding capac… in DMPlexCheckFace_Old_Internal()
207fEnd - fStart, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Face %" PetscInt_FMT " was pushed exceeding capac… in DMPlexCheckFace_Old_Internal()
254 PetscInt cStart = 0, cEnd = 0, fStart = 0, fEnd = 0; in DMPlexOrient_Serial() local
258 if (faceIS) PetscCall(ISGetPointRange(faceIS, &fStart, &fEnd, &faces)); in DMPlexOrient_Serial()
261 PetscCall(PetscBTCreate(fEnd - fStart, &seenFaces)); in DMPlexOrient_Serial()
262 PetscCall(PetscBTMemzero(fEnd - fStart, seenFaces)); in DMPlexOrient_Serial()
263 PetscCall(PetscMalloc1(fEnd - fStart, &faceFIFO)); in DMPlexOrient_Serial()
283 const PetscInt idx = GetPointIndex(cone[c], fStart, fEnd, faces); in DMPlexOrient_Serial()
298 for (PetscInt f = 0; f < fEnd - fStart; ++f) { in DMPlexOrient_Serial()
302 PetscCall(PetscBTMemzero(fEnd - fStart, seenFaces)); in DMPlexOrient_Serial()
350 …PetscInt numLeaves, numRoots, dim, h, cStart, cEnd, c, cell, fStart, fEnd, face, off, to… in DMPlexOrient() local
375 PetscCall(DMPlexGetHeightStratum(dm, h + 1, &fStart, &fEnd)); in DMPlexOrient()
380 PetscCall(PetscBTCreate(fEnd - fStart, &seenFaces)); in DMPlexOrient()
381 PetscCall(PetscBTMemzero(fEnd - fStart, seenFaces)); in DMPlexOrient()
382 …PetscCall(PetscCalloc3(fEnd - fStart, &faceFIFO, cEnd - cStart, &cellComp, fEnd - fStart, &faceCom… in DMPlexOrient()
424 …PlexCheckFace_Old_Internal(dm, faceFIFO, &fTop, &fBottom, cStart, fStart, fEnd, seenCells, flipped… in DMPlexOrient()
429 for (face = 0; face < fEnd - fStart; ++face) { in DMPlexOrient()
433 PetscCall(PetscBTMemzero(fEnd - fStart, seenFaces)); in DMPlexOrient()
455 for (face = fStart; face < fEnd; ++face) { in DMPlexOrient()
507 …if ((face >= fStart) && (face < fEnd) && (faceComp[face - fStart] == comp) && rorntComp[face].rank… in DMPlexOrient()
753 PetscInt cStart = 0, cEnd = 0, fStart = 0, fEnd = 0; in DMPlexOrientCells_Internal() local
767 if (faceIS) PetscCall(ISGetPointRange(faceIS, &fStart, &fEnd, &faces)); in DMPlexOrientCells_Internal()
782 PetscCall(PetscCalloc2(cEnd - cStart, &cellComp, fEnd - fStart, &faceComp)); in DMPlexOrientCells_Internal()
810 …th %" PetscInt_FMT ") and %" PetscInt_FMT " faces\n", rank, cEnd - cStart, cdepth, fEnd - fStart)); in DMPlexOrientCells_Internal()
824 for (PetscInt f = fStart; f < fEnd; ++f) { in DMPlexOrientCells_Internal()
859 rorntComp[face].index = faceComp[GetPointIndex(face, fStart, fEnd, faces)]; in DMPlexOrientCells_Internal()
881 find = GetPointIndex(face, fStart, fEnd, faces); in DMPlexOrientCells_Internal()