Lines Matching refs:gid1
394 PetscInt lid0, gid1, ghost1_idx; member
639 Edges[nEdges].gid1 = lidj + Istart; in MatCoarsenApply_HEM_private()
654 Edges[nEdges].gid1 = lghost_gid[aj[jj]]; in MatCoarsenApply_HEM_private()
687 …const PetscInt lid0 = e->lid0, gid1 = e->gid1, ghost1_idx = e->ghost1_idx, gid0 = lid0 + Istart, l… in MatCoarsenApply_HEM_private() local
691 …[%d] edge (%" PetscInt_FMT " %" PetscInt_FMT "), %s %s %s\n", rank, gid0, gid1, lid_matched[lid0] … in MatCoarsenApply_HEM_private()
697 …dge (%" PetscInt_FMT " %" PetscInt_FMT "), diff0 = %10.4e\n", rank, gid0, gid1, (double)(PetscReal… in MatCoarsenApply_HEM_private()
701 …to proc %d. max = %20.14e, w = %20.14e\n", rank, (double)e->weight, gid0, gid1, (double)(PetscReal… in MatCoarsenApply_HEM_private()
709 … %10.4e\n", ghost1_idx != -1 ? '\t' : ' ', rank, (double)e->weight, gid0, gid1, (double)(PetscReal… in MatCoarsenApply_HEM_private()
717 …= %10.4e, ghost proc %d with max pe %d on e0 and %d on e1\n", rank, gid0, gid1, (double)PetscRealP… in MatCoarsenApply_HEM_private()
725 …larger proc %d with max pe %d. max = %20.14e, w = %20.14e\n", rank, gid0, gid1, (double)(PetscReal… in MatCoarsenApply_HEM_private()
757 …t[%d] skip edge (%" PetscInt_FMT " %" PetscInt_FMT ") from ghost inspection\n", rank, gid0, gid1)); in MatCoarsenApply_HEM_private()
782 …t[%d] skip edge (%" PetscInt_FMT " %" PetscInt_FMT ") from ghost inspection\n", rank, gid0, gid1)); in MatCoarsenApply_HEM_private()
787 …T ") e1 max weight = %e, e1 weight diff %e, %s. isOK = %d\n", rank, gid0, gid1, (double)e1_max_w, … in MatCoarsenApply_HEM_private()
791 …ck(!lid_matched[lid1], PETSC_COMM_SELF, PETSC_ERR_SUP, "local %" PetscInt_FMT " is matched", gid1); in MatCoarsenApply_HEM_private()
805 PetscCall(MatSetValues(P, 1, &gid1, 1, &gid0, &one, INSERT_VALUES)); in MatCoarsenApply_HEM_private()
846 PetscInt lid0, ghost_idx, gid1; in MatCoarsenApply_HEM_private() local
849 gid1 = lghost_gid[ghost_idx]; in MatCoarsenApply_HEM_private()
853 *pt++ = gid1; in MatCoarsenApply_HEM_private()
884 PetscInt gid1 = *pt++, lid1 = gid1 - Istart; in MatCoarsenApply_HEM_private() local
887 …= 0 && lid1 < nloc, PETSC_COMM_SELF, PETSC_ERR_SUP, "received ghost deleted %" PetscInt_FMT, gid1); in MatCoarsenApply_HEM_private()
888 …PetscInt_FMT ", with ghost (lid) %" PetscInt_FMT " from proc %d", sub_it, gid1, gh_gid0, tmp, proc… in MatCoarsenApply_HEM_private()
904 PetscInt gid1 = *pt++, lid1 = gid1 - Istart, gh_gid0 = *pt++; in MatCoarsenApply_HEM_private() local
947 PetscInt gid1 = *pt++; in MatCoarsenApply_HEM_private() local
949 PetscCall(PetscCDAppendID(agg_llists, gid0 - Istart, gid1)); in MatCoarsenApply_HEM_private()
1072 for (PetscInt kk = 0, gid1, gid = Istart; kk < nloc; kk++, gid++) { in MatCoarsenApply_HEM_private() local
1079 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in MatCoarsenApply_HEM_private()
1080 …PetscCheck(gid1 == gid, PETSC_COMM_SELF, PETSC_ERR_PLIB, "first in list (%" PetscInt_FMT ") in sin… in MatCoarsenApply_HEM_private()
1118 PetscInt gid1; in MatCoarsenApply_HEM_private() local
1120 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in MatCoarsenApply_HEM_private()
1122 …if (gid1 < Istart || gid1 >= Istart + nloc) PetscCall(MatSetValues(mat, 1, &gid, 1, &gid1, &one, A… in MatCoarsenApply_HEM_private()
1137 PetscInt gid1; in MatCoarsenApply_HEM_private() local
1139 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in MatCoarsenApply_HEM_private()
1141 PetscCall(PetscCDAppendID(agg_llists, bc_agg, gid1)); in MatCoarsenApply_HEM_private()
1195 PetscInt gid1; in MatCoarsenView_HEM() local
1197 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in MatCoarsenView_HEM()
1199 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %" PetscInt_FMT " ", gid1)); in MatCoarsenView_HEM()