Lines Matching refs:lid1
687 … = e->lid0, gid1 = e->gid1, ghost1_idx = e->ghost1_idx, gid0 = lid0 + Istart, lid1 = gid1 - Istart; in MatCoarsenApply_HEM_private() local
691 …matched[ghost1_idx]) ? "true" : "false", (ghost1_idx == -1 && lid_matched[lid1]) ? "true" : "false… in MatCoarsenApply_HEM_private()
693 …ost1_idx != -1 && lghost_matched[ghost1_idx]) || (ghost1_idx == -1 && lid_matched[lid1])) continue; in MatCoarsenApply_HEM_private()
707 if (PetscRealPart(lid_max_ew[lid1]) > e->weight + MY_MEPS) { in MatCoarsenApply_HEM_private()
709 … ' ', rank, (double)e->weight, gid0, gid1, (double)(PetscRealPart(lid_max_ew[lid1]) - e->weight))); in MatCoarsenApply_HEM_private()
761 if ((ix = lid_cprowID[lid1]) != -1) { /* if I have any ghost neighbors */ in MatCoarsenApply_HEM_private()
776 …if (ew >= PetscRealPart(lid_max_ew[lid1]) - MY_MEPS && lghost_max_pe[lidj] > rank) isOK = PETSC_FA… in MatCoarsenApply_HEM_private()
791 …PetscCheck(!lid_matched[lid1], PETSC_COMM_SELF, PETSC_ERR_SUP, "local %" PetscInt_FMT " is matched… in MatCoarsenApply_HEM_private()
792 …lid_matched[lid1] = PETSC_TRUE; /* keep track of what we've done this round … in MatCoarsenApply_HEM_private()
793 … PetscCall(PetscCDMoveAppend(agg_llists, lid0, lid1)); // takes lid1's list and appends to lid0's in MatCoarsenApply_HEM_private()
884 PetscInt gid1 = *pt++, lid1 = gid1 - Istart; in MatCoarsenApply_HEM_private() local
887 …PetscCheck(lid1 >= 0 && lid1 < nloc, PETSC_COMM_SELF, PETSC_ERR_SUP, "received ghost deleted %" Pe… in MatCoarsenApply_HEM_private()
888 …PetscCheck(!lid_matched[lid1], PETSC_COMM_SELF, PETSC_ERR_PLIB, "%" PetscInt_FMT ") received match… in MatCoarsenApply_HEM_private()
889 … lid_matched[lid1] = PETSC_TRUE; /* keep track of what we've done this round */ in MatCoarsenApply_HEM_private()
890 PetscCall(PetscCDCountAt(agg_llists, lid1, &tmp)); // n in MatCoarsenApply_HEM_private()
904 PetscInt gid1 = *pt++, lid1 = gid1 - Istart, gh_gid0 = *pt++; in MatCoarsenApply_HEM_private() local
909 PetscCall(PetscCDGetHeadPos(agg_llists, lid1, &pos)); in MatCoarsenApply_HEM_private()
914 PetscCall(PetscCDGetNextPos(agg_llists, lid1, &pos)); in MatCoarsenApply_HEM_private()
919 PetscCall(PetscCDRemoveAllAt(agg_llists, lid1)); in MatCoarsenApply_HEM_private()