Lines Matching refs:gid1
578 PetscInt gid1; in formProl0() local
580 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in formProl0()
583 if (gid1 >= my0 && gid1 < Iend) flid = gid1 - my0; in formProl0()
585 PetscCall(PetscHMapIGet(fgid_flid, gid1, &flid)); in formProl0()
893 PetscInt gid1; in fixAggregatesWithSquare() local
895 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in fixAggregatesWithSquare()
896 …PetscCheck(gid1 == lid + my0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "gid1 %" PetscInt_FMT " != lid %" P… in fixAggregatesWithSquare()
897 lid_state[lid] = gid1; in fixAggregatesWithSquare()
910 PetscInt gid1; in fixAggregatesWithSquare() local
912 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in fixAggregatesWithSquare()
914 if (gid1 >= my0 && gid1 < Iend) lid_parent_gid[gid1 - my0] = (PetscScalar)(lid + my0); in fixAggregatesWithSquare()