Lines Matching refs:PetscRealPart

513 …for (PetscInt kk = 0; kk < num_ghosts; kk++) lghost_matched[kk] = (PetscBool)(PetscRealPart(buf[kk…  in MatCoarsenApply_HEM_private()
523 …for (PetscInt kk = 0; kk < num_ghosts; kk++) lghost_pe[kk] = (PetscMPIInt)PetscRealPart(buf[kk]); … in MatCoarsenApply_HEM_private()
537 … for (PetscInt kk = 0; kk < num_ghosts; kk++) lghost_gid[kk] = (PetscInt)PetscRealPart(buf[kk]); in MatCoarsenApply_HEM_private()
564 if ((tt = PetscRealPart(ap[jj])) > threshold && lidj != lid) { in MatCoarsenApply_HEM_private()
575 if ((tt = PetscRealPart(ap[jj])) > threshold) { in MatCoarsenApply_HEM_private()
612 …for (PetscInt kk = 0; kk < num_ghosts; kk++) lghost_max_pe[kk] = (PetscMPIInt)PetscRealPart(buf[kk… in MatCoarsenApply_HEM_private()
619 …for (PetscInt kk = 0; kk < nloc; kk++) lid_max_pe[kk] = (PetscMPIInt)PetscRealPart(buf[kk]); // th… in MatCoarsenApply_HEM_private()
636 if ((tt = PetscRealPart(ap[jj])) > threshold && lidj != lid) { in MatCoarsenApply_HEM_private()
652 if ((tt = PetscRealPart(ap[jj])) > threshold) { in MatCoarsenApply_HEM_private()
696PetscRealPart(lid_max_ew[lid0]) >= e->weight - MY_MEPS, PETSC_COMM_SELF, PETSC_ERR_SUP, "edge weig… in MatCoarsenApply_HEM_private()
697 …T " %" PetscInt_FMT "), diff0 = %10.4e\n", rank, gid0, gid1, (double)(PetscRealPart(lid_max_ew[lid… in MatCoarsenApply_HEM_private()
699 if (PetscRealPart(lid_max_ew[lid0]) > e->weight + MY_MEPS) { in MatCoarsenApply_HEM_private()
701 …0, gid1, (double)(PetscRealPart(lid_max_ew[lid0]) - e->weight), ghost1_idx != -1 ? lghost_pe[ghost… in MatCoarsenApply_HEM_private()
707 if (PetscRealPart(lid_max_ew[lid1]) > e->weight + MY_MEPS) { in MatCoarsenApply_HEM_private()
709 …idx != -1 ? '\t' : ' ', rank, (double)e->weight, gid0, gid1, (double)(PetscRealPart(lid_max_ew[lid… in MatCoarsenApply_HEM_private()
714 PetscReal g_max_e1 = PetscRealPart(lghost_max_ew[ghost1_idx]); in MatCoarsenApply_HEM_private()
717 …oc %d with max pe %d on e0 and %d on e1\n", rank, gid0, gid1, (double)PetscRealPart(lid_max_ew[lid… in MatCoarsenApply_HEM_private()
718 …(double)e->weight, (double)(PetscRealPart(lghost_max_ew[ghost1_idx]) - e->weight), lghost_pe[ghost… in MatCoarsenApply_HEM_private()
725 … max pe %d. max = %20.14e, w = %20.14e\n", rank, gid0, gid1, (double)(PetscRealPart(lid_max_ew[lid… in MatCoarsenApply_HEM_private()
747 ew = PetscRealPart(ap[jj]); in MatCoarsenApply_HEM_private()
749 max_e = PetscRealPart(lghost_max_ew[lidj]); 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 …d0 = %" PetscInt_FMT ", gid1 = %" PetscInt_FMT, (double)PetscRealPart(ew), (double)PetscRealPart(m… in MatCoarsenApply_HEM_private()
755 …>= PetscRealPart(lid_max_ew[lid0]) - MY_MEPS, lghost_pe[lidj] > rank, (double)ew, (double)PetscRea… in MatCoarsenApply_HEM_private()
772 ew = PetscRealPart(ap[jj]); in MatCoarsenApply_HEM_private()
774 max_e = PetscRealPart(lghost_max_ew[lidj]); 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()
777 …SELF, PETSC_ERR_SUP, "edge weight %e > max %e", (double)PetscRealPart(ew), (double)PetscRealPart(m… in MatCoarsenApply_HEM_private()
785 …PetscReal e1_max_w = (ghost1_idx == -1 ? PetscRealPart(lid_max_ew[lid0]) : PetscRealPart(lghost_ma… in MatCoarsenApply_HEM_private()
983 …for (PetscInt kk = 0; kk < num_ghosts; kk++) lghost_matched[kk] = (PetscBool)(PetscRealPart(sbuff[… in MatCoarsenApply_HEM_private()
1001 if (lidj != lid && PetscRealPart(ap[jj]) > max_e) max_e = PetscRealPart(ap[jj]); in MatCoarsenApply_HEM_private()
1012 if ((tt = PetscRealPart(ap[jj])) > max_e) max_e = tt; in MatCoarsenApply_HEM_private()
1027 … if ((pe = lghost_pe[aj[jj]]) > max_pe && PetscRealPart(ap[jj]) >= max_e - MY_MEPS) max_pe = pe; in MatCoarsenApply_HEM_private()
1046 …for (PetscInt kk = 0; kk < num_ghosts; kk++) lghost_max_pe[kk] = (PetscMPIInt)PetscRealPart(buf[kk… in MatCoarsenApply_HEM_private()