Lines Matching refs:gid0

687 …const PetscInt lid0 = e->lid0, gid1 = e->gid1, ghost1_idx = e->ghost1_idx, gid0 = lid0 + Istart, l…  in MatCoarsenApply_HEM_private()  local
691 …m, "\t[%d] edge (%" PetscInt_FMT " %" PetscInt_FMT "), %s %s %s\n", rank, gid0, gid1, lid_matched[… in MatCoarsenApply_HEM_private()
697 …tive edge (%" PetscInt_FMT " %" PetscInt_FMT "), diff0 = %10.4e\n", rank, gid0, gid1, (double)(Pet… in MatCoarsenApply_HEM_private()
701 …10.4e to proc %d. max = %20.14e, w = %20.14e\n", rank, (double)e->weight, gid0, gid1, (double)(Pet… in MatCoarsenApply_HEM_private()
709 …diff = %10.4e\n", ghost1_idx != -1 ? '\t' : ' ', rank, (double)e->weight, gid0, gid1, (double)(Pet… in MatCoarsenApply_HEM_private()
717 …diff1 = %10.4e, ghost proc %d with max pe %d on e0 and %d on e1\n", rank, gid0, gid1, (double)Pets… in MatCoarsenApply_HEM_private()
725 … from larger proc %d with max pe %d. max = %20.14e, w = %20.14e\n", rank, gid0, gid1, (double)(Pet… in MatCoarsenApply_HEM_private()
755 … = %d, %d %d %d; ew = %e, lid0 max ew = %e, diff = %e, eps = %e\n", rank, gid0, lghost_gid[lidj], … in MatCoarsenApply_HEM_private()
757 …t[%d] skip edge (%" PetscInt_FMT " %" PetscInt_FMT ") from ghost inspection\n", rank, gid0, gid1)); in MatCoarsenApply_HEM_private()
779 … " %" PetscInt_FMT "), diff = %10.4e, ghost on proc %d (max %d)\n", rank, gid0, lghost_gid[lidj], … 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 …Int_FMT ") e1 max weight = %e, e1 weight diff %e, %s. isOK = %d\n", rank, gid0, gid1, (double)e1_m… in MatCoarsenApply_HEM_private()
804 PetscCall(MatSetValues(P, 1, &gid0, 1, &gid0, &one, INSERT_VALUES)); in MatCoarsenApply_HEM_private()
805 PetscCall(MatSetValues(P, 1, &gid1, 1, &gid0, &one, INSERT_VALUES)); in MatCoarsenApply_HEM_private()
944 PetscInt gid0 = *pt++, n = *pt++; in MatCoarsenApply_HEM_private() local
949 PetscCall(PetscCDAppendID(agg_llists, gid0 - Istart, gid1)); in MatCoarsenApply_HEM_private()