Searched refs:lEnd (Results 1 – 2 of 2) sorted by relevance
297 PetscInt pStart, pEnd, lStart = 5, lEnd = 19; in main() local305 if (p < lStart || p >= lEnd) continue; in main()316 PetscCall(DMLabelFilter(labelB, lStart, lEnd)); in main()
6076 PetscInt lStart, lEnd; in DMCreateDS() local6079 PetscCall(DMLabelGetBounds(label, &lStart, &lEnd)); in DMCreateDS()