Lines Matching refs:numLeaves

709   PetscInt           numRoots, numLeaves, l, pStart, pEnd, depth = 0, totShift = 0;  in DMPlexShiftSF_Single()  local
714 PetscCall(PetscSFGetGraph(sf, &numRoots, &numLeaves, &localPoints, &remotePoints)); in DMPlexShiftSF_Single()
721 PetscCall(PetscMalloc1(numLeaves, &glocalPoints)); in DMPlexShiftSF_Single()
722 PetscCall(PetscMalloc1(numLeaves, &gremotePoints)); in DMPlexShiftSF_Single()
723 for (l = 0; l < numLeaves; ++l) { in DMPlexShiftSF_Single()
729 …PetscCall(PetscSFSetGraph(sfNew, numRoots + totShift, numLeaves, glocalPoints, PETSC_OWN_POINTER, … in DMPlexShiftSF_Single()
814 PetscInt cellHeight, cStart, cEnd, c, fStart, fEnd, f, numLeaves, l; in DMPlexCreateVTKLabel_Internal() local
823 PetscCall(PetscSFGetGraph(sfPoint, NULL, &numLeaves, &leafLocal, &leafRemote)); in DMPlexCreateVTKLabel_Internal()
830 for (l = 0, c = cStart; l < numLeaves && c < cEnd; ++l, ++c) { in DMPlexCreateVTKLabel_Internal()
3713 …PetscInt numRoots, numLeaves, numSubpoints = 0, numSubroots, numSubleaves = 0, l, sl = 0… in DMPlexCreateSubmeshGeneric_Interpolated() local
3736 PetscCall(PetscSFGetGraph(sfPoint, &numRoots, &numLeaves, &localPoints, &remotePoints)); in DMPlexCreateSubmeshGeneric_Interpolated()
3770 for (l = 0; l < numLeaves; ++l) { in DMPlexCreateSubmeshGeneric_Interpolated()
3790 for (l = 0; l < numLeaves; ++l) { in DMPlexCreateSubmeshGeneric_Interpolated()
3876 for (l = 0; l < numLeaves; ++l) { in DMPlexCreateSubmeshGeneric_Interpolated()
4094 …PetscInt numRoots, numLeaves, numSubRoots = numSubCells + numSubFaces + numSubVertices, … in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
4102 PetscCall(PetscSFGetGraph(sfPoint, &numRoots, &numLeaves, &localPoints, &remotePoints)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4111 for (l = 0; l < numLeaves; ++l) { in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4139 for (l = 0, sl = 0, ll = 0; l < numLeaves; ++l) { in DMPlexCreateCohesiveSubmesh_Uninterpolated()