Lines Matching refs:gid
974 PetscInt gid; in fixAggregatesWithSquare() local
976 PetscCall(PetscCDIntNdGetID(pos, &gid)); in fixAggregatesWithSquare()
977 if (gid == gidj) { in fixAggregatesWithSquare()
1018 PetscInt gid; in fixAggregatesWithSquare() local
1020 PetscCall(PetscCDIntNdGetID(pos, &gid)); in fixAggregatesWithSquare()
1021 if (lid + my0 == gid) { in fixAggregatesWithSquare()
1086 PetscInt gid = (PetscInt)PetscRealPart(cpcol_2_gid[cpid]); in fixAggregatesWithSquare() local
1088 PetscCall(PetscHMapISet(gid_cpid, gid, cpid)); in fixAggregatesWithSquare()
1103 PetscInt gid; in fixAggregatesWithSquare() local
1105 PetscCall(PetscCDIntNdGetID(pos, &gid)); in fixAggregatesWithSquare()
1106 if (gid < my0 || gid >= Iend) { in fixAggregatesWithSquare()
1107 PetscCall(PetscHMapIGet(gid_cpid, gid, &cpid)); in fixAggregatesWithSquare()
1126 PetscInt gid = (PetscInt)PetscRealPart(cpcol_2_gid[cpid]); in fixAggregatesWithSquare() local
1138 if (gidj == gid) { in fixAggregatesWithSquare()
1145 PetscCall(PetscCDAppendID(aggs_2, slid_new, gid)); in fixAggregatesWithSquare()