Lines Matching refs:my0

513 …PetscInt      Istart, my0, Iend, nloc, clid, flid = 0, aggID, kk, jj, ii, mm, nSelected, minsz, ng…  in formProl0()  local
523 my0 = Istart / bs; in formProl0()
583 if (gid1 >= my0 && gid1 < Iend) flid = gid1 - my0; in formProl0()
839 PetscInt lid, *ii, *idx, ix, Iend, my0, kk, n, j; in fixAggregatesWithSquare() local
851 PetscCall(MatGetOwnershipRange(Gmat_1, &my0, &Iend)); in fixAggregatesWithSquare()
896 …gid1 == lid + my0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "gid1 %" PetscInt_FMT " != lid %" PetscInt_FMT… in fixAggregatesWithSquare()
914 if (gid1 >= my0 && gid1 < Iend) lid_parent_gid[gid1 - my0] = (PetscScalar)(lid + my0); in fixAggregatesWithSquare()
924 for (kk = 0, j = my0; kk < nloc; kk++, j++) { in fixAggregatesWithSquare()
939 for (kk = 0, j = my0; kk < nloc; kk++, j++) { in fixAggregatesWithSquare()
965 …DELETED && (sgid = (PetscInt)PetscRealPart(lid_parent_gid[lidj])) != lid + my0) { /* steal local */ in fixAggregatesWithSquare()
966 …lid_parent_gid[lidj] = (PetscScalar)(lid + my0); /* s… in fixAggregatesWithSquare()
967 …if (sgid >= my0 && sgid < Iend) { /* I… in fixAggregatesWithSquare()
968 PetscInt hav = 0, slid = sgid - my0, gidj = lidj + my0; in fixAggregatesWithSquare()
993 PetscCall(PetscCDAppendID(aggs_2, lid, lidj + my0)); in fixAggregatesWithSquare()
1011 if (sgidold >= my0 && sgidold < Iend) { /* this was mine */ in fixAggregatesWithSquare()
1012 PetscInt hav = 0, oldslidj = sgidold - my0; in fixAggregatesWithSquare()
1021 if (lid + my0 == gid) { in fixAggregatesWithSquare()
1054 …for (kk = 0, j = my0; kk < nloc; kk++, j++) PetscCall(VecSetValues(tempVec, 1, &j, &lid_parent_gid… in fixAggregatesWithSquare()
1063 for (kk = 0, j = my0; kk < nloc; kk++, j++) { in fixAggregatesWithSquare()
1106 if (gid < my0 || gid >= Iend) { in fixAggregatesWithSquare()
1125 if (sgid_new >= my0 && sgid_new < Iend) { /* this is mine */ in fixAggregatesWithSquare()
1127 PetscInt slid_new = sgid_new - my0, hav = 0; in fixAggregatesWithSquare()
1282 PetscInt Istart, Iend, nloc, ii, jj, kk, my0, nLocalSelected, bs; in PCGAMGConstructProlongator_AGG() local
1298 my0 = Istart / bs; in PCGAMGConstructProlongator_AGG()
1378 for (kk = 0; kk < nloc; kk++) fid_glid_loc[kk] = (PetscReal)(my0 + kk); in PCGAMGConstructProlongator_AGG()
1388 for (kk = 0; kk < nloc; kk++) flid_fgid[kk] = my0 + kk; in PCGAMGConstructProlongator_AGG()