Searched refs:max_e (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/graphops/coarsen/impls/hem/ |
| H A D | hem.c | 553 PetscReal max_e = 0., tt; in MatCoarsenApply_HEM_private() local 565 if (tt > max_e) max_e = tt; in MatCoarsenApply_HEM_private() 576 if (tt > max_e) max_e = tt; in MatCoarsenApply_HEM_private() 582 vval = max_e; in MatCoarsenApply_HEM_private() 586 if (iter == 0 && max_e <= MY_MEPS) { // add BCs to fake aggregate in MatCoarsenApply_HEM_private() 734 PetscReal max_e, ew; in MatCoarsenApply_HEM_private() local 749 max_e = PetscRealPart(lghost_max_ew[lidj]); in MatCoarsenApply_HEM_private() 753 …max_e + MY_MEPS, PETSC_COMM_SELF, PETSC_ERR_SUP, "edge weight %e > max %e. ncols = %" PetscInt_FMT… in MatCoarsenApply_HEM_private() 755 … gid0, lghost_gid[lidj], (double)(max_e - ew), lghost_pe[lidj], lghost_max_pe[lidj], isOK, (double… in MatCoarsenApply_HEM_private() 774 max_e = PetscRealPart(lghost_max_ew[lidj]); in MatCoarsenApply_HEM_private() [all …]
|