Lines Matching refs:si
35 PetscInt *star = NULL, si; in PCPatchConstruct_Star() local
43 for (si = 0; si < starSize * 2; si += 2) PetscCall(PetscHSetIAdd(ht, star[si])); in PCPatchConstruct_Star()
54 PetscInt cStart, cEnd, iStart, iEnd, si; in PCPatchConstruct_Vanka() local
68 for (si = 0; si < starSize * 2; si += 2) { in PCPatchConstruct_Vanka()
69 const PetscInt cell = star[si]; in PCPatchConstruct_Vanka()
141 PetscInt si; in PCPatchConstruct_Pardecomp() local
144 for (si = 0; si < starSize * 2; si += 2) { in PCPatchConstruct_Pardecomp()
145 const PetscInt starp = star[si]; in PCPatchConstruct_Pardecomp()
743 PetscInt ignoredim, iStart = 0, iEnd = -1, starSize, closureSize, si, ci; in PCPatchCompleteCellPatch() local
762 for (si = 0; si < starSize * 2; si += 2) { in PCPatchCompleteCellPatch()
763 const PetscInt ownedpoint = star[si]; in PCPatchCompleteCellPatch()