Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c714 PetscReal g_max_e1 = PetscRealPart(lghost_max_ew[ghost1_idx]); in MatCoarsenApply_HEM_private() local
719 if (g_max_e1 > e->weight + MY_MEPS) { in MatCoarsenApply_HEM_private()
722 …} else if (g_max_e1 >= e->weight - MY_MEPS && lghost_pe[ghost1_idx] > rank) { // is 'lghost_max_pe… in MatCoarsenApply_HEM_private()
725 …lid_max_ew[lid0]) - e->weight), lghost_pe[ghost1_idx], lghost_max_pe[ghost1_idx], (double)g_max_e1, in MatCoarsenApply_HEM_private()