Lines Matching refs:shift2
1261 …PetscInt shift = 100, shift2 = 200, depth = 0, dep, dim, d, sp, maxConeSize, maxSupportSiz… in DMPlexConstructCohesiveCells_Internal() local
1308 PetscCall(DMLabelGetStratumIS(label, shift2 + dep, &unsplitIS[dep])); in DMPlexConstructCohesiveCells_Internal()
1314 PetscCall(DMLabelGetStratumIS(label, shift2 + dim - 1, &ghostIS)); in DMPlexConstructCohesiveCells_Internal()
1441 if (val == (shift2 + 1)) ++qf; in DMPlexConstructCohesiveCells_Internal()
1757 } else if (val == (shift2 + 1)) { in DMPlexConstructCohesiveCells_Internal()
2018 PetscInt dim, numPoints, shift = 100, shift2 = 200, debug = 0; in CheckFaultEdge_Private() local
2082 PetscCall(DMLabelSetValue(label, closure[cl], shift2 + dep)); in CheckFaultEdge_Private()
2083 } else if ((valA >= shift && valA < shift2) || (valA <= -shift && valA > -shift2)) { in CheckFaultEdge_Private()
2104 PetscCall(DMLabelSetValue(label, closure[cl], shift2 + dep)); in CheckFaultEdge_Private()
2113 PetscCall(DMLabelSetValue(label, inclosure[incl], shift2 + indep)); in CheckFaultEdge_Private()
2156 …PetscInt shift = 100, shift2 = 200, shift3 = split ? 300 : 0, dim, depth, numPoints, numSub… in DMPlexLabelCohesiveComplete() local
2264 PetscCall(DMLabelSetValue(label, point, shift2 + val)); in DMPlexLabelCohesiveComplete()
2307 …PetscCheck((val == dim - 1) || (val == shift2 + dim - 1), PETSC_COMM_SELF, PETSC_ERR_PLIB, "Point … in DMPlexLabelCohesiveComplete()