Lines Matching refs:my0
38 PetscInt arrsz, bs, my0, kk, ii, nloc, Iend, aloc; in PCSetCoordinates_GEO() local
44 PetscCall(MatGetOwnershipRange(Amat, &my0, &Iend)); in PCSetCoordinates_GEO()
45 aloc = (Iend - my0); in PCSetCoordinates_GEO()
46 nloc = (Iend - my0) / bs; in PCSetCoordinates_GEO()
431 PetscInt *crsGID, kk, my0, Iend, nloc; in getGIDsOnSquareGraph() local
437 PetscCall(MatGetOwnershipRange(Gmat1, &my0, &Iend)); /* AIJ */ in getGIDsOnSquareGraph()
438 nloc = Iend - my0; /* this does not change */ in getGIDsOnSquareGraph()
467 PetscInt fgid = clid_lid_1[kk] + my0; in getGIDsOnSquareGraph()
607 PetscInt Istart, Iend, nloc, my0, jj, kk, ncols, nLocalSelected, bs, *clid_flid; in PCGAMGProlongator_GEO() local
623 my0 = Istart / bs; in PCGAMGProlongator_GEO()
635 PetscCall(MatGetRow(Gmat, lid + my0, &ncols, NULL, NULL)); in PCGAMGProlongator_GEO()
637 PetscCall(MatRestoreRow(Gmat, lid + my0, &ncols, NULL, NULL)); in PCGAMGProlongator_GEO()