Lines Matching refs:gid1_lid1
82 PetscHMapI gid1_lid1 = NULL;
95 PetscCall(PetscHMapICreateWithSize(sell->B->rmap->n, &gid1_lid1));
102 PetscCall(PetscHMapIGetWithDefault(gid1_lid1, gid1, 0, &data));
104 if (!data) PetscCall(PetscHMapISet(gid1_lid1, gid1, ++ec));
111 PetscHashIterBegin(gid1_lid1, tpos);
112 while (!PetscHashIterAtEnd(gid1_lid1, tpos)) {
113 PetscHashIterGetKey(gid1_lid1, tpos, gid);
114 PetscHashIterGetVal(gid1_lid1, tpos, lid);
115 PetscHashIterNext(gid1_lid1, tpos);
121 PetscCall(PetscHMapIClear(gid1_lid1));
122 for (i = 0; i < ec; i++) PetscCall(PetscHMapISet(gid1_lid1, garray[i] + 1, i + 1));
130 PetscCall(PetscHMapIGetWithDefault(gid1_lid1, gid1, 0, &lid));
138 PetscCall(PetscHMapIDestroy(&gid1_lid1));