Lines Matching refs:lid0
394 PetscInt lid0, gid1, ghost1_idx; member
638 Edges[nEdges].lid0 = lid; in MatCoarsenApply_HEM_private()
653 Edges[nEdges].lid0 = lid; 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 …cInt_FMT " %" PetscInt_FMT "), %s %s %s\n", rank, gid0, gid1, lid_matched[lid0] ? "true" : "false"… in MatCoarsenApply_HEM_private()
693 …if (lid_matched[lid0] || (ghost1_idx != -1 && lghost_matched[ghost1_idx]) || (ghost1_idx == -1 && … in MatCoarsenApply_HEM_private()
696 …ew[lid0]) >= e->weight - MY_MEPS, PETSC_COMM_SELF, PETSC_ERR_SUP, "edge weight %e > max %e", (doub… in MatCoarsenApply_HEM_private()
697 …T "), diff0 = %10.4e\n", rank, gid0, gid1, (double)(PetscRealPart(lid_max_ew[lid0]) - e->weight))); in MatCoarsenApply_HEM_private()
699 if (PetscRealPart(lid_max_ew[lid0]) > e->weight + MY_MEPS) { in MatCoarsenApply_HEM_private()
701 …tscRealPart(lid_max_ew[lid0]) - e->weight), ghost1_idx != -1 ? lghost_pe[ghost1_idx] : rank, (doub… in MatCoarsenApply_HEM_private()
717 …%d with max pe %d on e0 and %d on e1\n", rank, gid0, gid1, (double)PetscRealPart(lid_max_ew[lid0]), in MatCoarsenApply_HEM_private()
718 …ghost_max_ew[ghost1_idx]) - e->weight), lghost_pe[ghost1_idx], lid_max_pe[lid0], lghost_max_pe[gho… in MatCoarsenApply_HEM_private()
725 ….14e, w = %20.14e\n", rank, gid0, gid1, (double)(PetscRealPart(lid_max_ew[lid0]) - e->weight), lgh… in MatCoarsenApply_HEM_private()
736 if ((ix = lid_cprowID[lid0]) != -1) { /* if I have any ghost neighbors */ in MatCoarsenApply_HEM_private()
752 …if (ew >= PetscRealPart(lid_max_ew[lid0]) - MY_MEPS && lghost_max_pe[lidj] > rank) isOK = PETSC_FA… in MatCoarsenApply_HEM_private()
753 …PetscInt_FMT, (double)PetscRealPart(ew), (double)PetscRealPart(max_e), n, lid0 + Istart, lghost_gi… in MatCoarsenApply_HEM_private()
755 …max_ew[lid0]) - MY_MEPS, lghost_pe[lidj] > rank, (double)ew, (double)PetscRealPart(lid_max_ew[lid0… in MatCoarsenApply_HEM_private()
785 …PetscReal e1_max_w = (ghost1_idx == -1 ? PetscRealPart(lid_max_ew[lid0]) : PetscRealPart(lghost_ma… in MatCoarsenApply_HEM_private()
793 … PetscCall(PetscCDMoveAppend(agg_llists, lid0, lid1)); // takes lid1's list and appends to lid0's in MatCoarsenApply_HEM_private()
800 PetscCall(PetscCDAppendID(ghost_deleted_list, proc, lid0)); in MatCoarsenApply_HEM_private()
802 lid_matched[lid0] = PETSC_TRUE; /* keep track of what we've done this round */ in MatCoarsenApply_HEM_private()
846 PetscInt lid0, ghost_idx, gid1; in MatCoarsenApply_HEM_private() local
851 PetscCall(PetscCDIntNdGetID(pos, &lid0)); in MatCoarsenApply_HEM_private()
854 *pt++ = lid0 + Istart; // gid0 in MatCoarsenApply_HEM_private()