Lines Matching refs:cpid
1006 PetscInt cpid = idx[j]; in fixAggregatesWithSquare() local
1007 NState statej = (NState)PetscRealPart(cpcol_1_state[cpid]); in fixAggregatesWithSquare()
1047 PetscInt cpid, nghost_2; in fixAggregatesWithSquare() local
1078 for (cpid = 0; cpid < nghost_2; cpid++) { in fixAggregatesWithSquare()
1079 NState state = (NState)PetscRealPart(cpcol_2_state[cpid]); in fixAggregatesWithSquare()
1082 PetscInt sgid_new = (PetscInt)PetscRealPart(cpcol_2_parent[cpid]); in fixAggregatesWithSquare()
1083 PetscInt sgid_old = (PetscInt)PetscRealPart(cpcol_2_par_orig[cpid]); in fixAggregatesWithSquare()
1086 PetscInt gid = (PetscInt)PetscRealPart(cpcol_2_gid[cpid]); in fixAggregatesWithSquare()
1088 PetscCall(PetscHMapISet(gid_cpid, gid, cpid)); in fixAggregatesWithSquare()
1107 PetscCall(PetscHMapIGet(gid_cpid, gid, &cpid)); in fixAggregatesWithSquare()
1108 if (cpid != -1) { in fixAggregatesWithSquare()
1122 for (cpid = 0; cpid < nghost_2; cpid++) { in fixAggregatesWithSquare()
1123 PetscInt sgid_new = (PetscInt)PetscRealPart(cpcol_2_parent[cpid]); in fixAggregatesWithSquare()
1126 PetscInt gid = (PetscInt)PetscRealPart(cpcol_2_gid[cpid]); in fixAggregatesWithSquare()