Searched refs:lghost_gid (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/graphops/coarsen/impls/hem/ |
| H A D | hem.c | 461 PetscInt *lghost_gid, nEdges, nEdges0, num_ghosts = 0; in MatCoarsenApply_HEM_private() local 511 …loc4(num_ghosts, &lghost_matched, num_ghosts, &lghost_pe, num_ghosts, &lghost_gid, num_ghosts, &lg… in MatCoarsenApply_HEM_private() 537 … for (PetscInt kk = 0; kk < num_ghosts; kk++) lghost_gid[kk] = (PetscInt)PetscRealPart(buf[kk]); in MatCoarsenApply_HEM_private() 654 Edges[nEdges].gid1 = lghost_gid[aj[jj]]; in MatCoarsenApply_HEM_private() 753 …_FMT, (double)PetscRealPart(ew), (double)PetscRealPart(max_e), n, lid0 + Istart, lghost_gid[lidj]); in MatCoarsenApply_HEM_private() 755 … %d %d; ew = %e, lid0 max ew = %e, diff = %e, eps = %e\n", rank, gid0, lghost_gid[lidj], (double)(… in MatCoarsenApply_HEM_private() 779 …scInt_FMT "), diff = %10.4e, ghost on proc %d (max %d)\n", rank, gid0, lghost_gid[lidj], (double)(… in MatCoarsenApply_HEM_private() 797 …dx], PETSC_COMM_SELF, PETSC_ERR_SUP, "ghost %" PetscInt_FMT " is matched", lghost_gid[ghost1_idx]); in MatCoarsenApply_HEM_private() 849 gid1 = lghost_gid[ghost_idx]; in MatCoarsenApply_HEM_private() 1063 PetscCall(PetscFree4(lghost_matched, lghost_pe, lghost_gid, lghost_max_pe)); in MatCoarsenApply_HEM_private()
|