Searched refs:lid_max_pe (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/graphops/coarsen/impls/hem/ |
| H A D | hem.c | 421 PetscMPIInt rank, size, comm_procs[REQ_BF_SIZE], ncomm_procs, *lid_max_pe; in MatCoarsenApply_HEM_private() local 441 PetscCall(PetscMalloc3(nloc, &lid_matched, nloc, &lid_cprowID, nloc, &lid_max_pe)); 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() 718 …alPart(lghost_max_ew[ghost1_idx]) - e->weight), lghost_pe[ghost1_idx], lid_max_pe[lid0], lghost_ma… in MatCoarsenApply_HEM_private() 1157 PetscCall(PetscFree3(lid_matched, lid_cprowID, lid_max_pe)); in MatCoarsenApply_HEM_private()
|