Home
last modified time | relevance | path

Searched refs:lid1 (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c687 … = 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()
[all …]