Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c555 PetscInt lid = kk, max_pe = rank, pe, n; in MatCoarsenApply_HEM_private() local
578 if ((pe = lghost_pe[aj[jj]]) > max_pe) max_pe = pe; in MatCoarsenApply_HEM_private()
584 vval = (PetscScalar)max_pe; in MatCoarsenApply_HEM_private()
991 PetscMPIInt max_pe = rank, pe, n; in MatCoarsenApply_HEM_private() local
1027 … if ((pe = lghost_pe[aj[jj]]) > max_pe && PetscRealPart(ap[jj]) >= max_e - MY_MEPS) max_pe = pe; in MatCoarsenApply_HEM_private()
1030 vval = max_pe; in MatCoarsenApply_HEM_private()