Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexproject.c724 …PetscInt dim, dimEmbed, depth, pStart, pEnd, lStart = PETSC_DETERMINE, htInc = 0, htIncIn … in DMProjectLocal_Generic_Plex() local
762 PetscCall(DMGetFirstLabeledPoint(dm, dm, label, numIds, ids, minHeight, &lStart, NULL)); in DMProjectLocal_Generic_Plex()
763 p = lStart < 0 ? pStart : lStart; in DMProjectLocal_Generic_Plex()
819 PetscCall(DMGetEnclosurePoint(dmIn, dm, encIn, lStart < 0 ? p : lStart, &pIn)); in DMProjectLocal_Generic_Plex()
822 PetscCall(DMGetEnclosurePoint(dmIn, dm, encIn, lStart < 0 ? p : lStart, &pIn)); in DMProjectLocal_Generic_Plex()
842 PetscCall(DMGetEnclosurePoint(dmAux, dm, encAux, lStart < 0 ? p : lStart, &pAux)); in DMProjectLocal_Generic_Plex()
954 PetscCall(DMGetFirstLabeledPoint(dm, dm, label, numIds, ids, h, &lStart, NULL)); in DMProjectLocal_Generic_Plex()
971 p = lStart < 0 ? pStart : lStart; in DMProjectLocal_Generic_Plex()
993 PetscCall(DMGetEnclosurePoint(dmIn, dm, encIn, lStart < 0 ? pStart : lStart, &pIn)); in DMProjectLocal_Generic_Plex()
/petsc/src/dm/label/tutorials/
H A Dex1.c297 PetscInt pStart, pEnd, lStart = 5, lEnd = 19; in main() local
305 if (p < lStart || p >= lEnd) continue; in main()
316 PetscCall(DMLabelFilter(labelB, lStart, lEnd)); in main()
/petsc/src/dm/interface/
H A Ddm.c6076 PetscInt lStart, lEnd; in DMCreateDS() local
6079 PetscCall(DMLabelGetBounds(label, &lStart, &lEnd)); in DMCreateDS()
6080 if (lStart >= 0) { in DMCreateDS()
6081 PetscCall(DMPlexGetCellType(dm, lStart, &ct)); in DMCreateDS()