Searched refs:lid0 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/graphops/coarsen/impls/hem/ |
| H A D | hem.c | 394 PetscInt lid0, gid1, ghost1_idx; member 638 Edges[nEdges].lid0 = lid; in MatCoarsenApply_HEM_private() 653 Edges[nEdges].lid0 = lid; in MatCoarsenApply_HEM_private() 687 …const PetscInt lid0 = e->lid0, gid1 = e->gid1, ghost1_idx = e->ghost1_idx, gid0 = lid0 + Istart, l… in MatCoarsenApply_HEM_private() local 691 …cInt_FMT " %" PetscInt_FMT "), %s %s %s\n", rank, gid0, gid1, lid_matched[lid0] ? "true" : "false"… in MatCoarsenApply_HEM_private() 693 …if (lid_matched[lid0] || (ghost1_idx != -1 && lghost_matched[ghost1_idx]) || (ghost1_idx == -1 && … in MatCoarsenApply_HEM_private() 696 …ew[lid0]) >= e->weight - MY_MEPS, PETSC_COMM_SELF, PETSC_ERR_SUP, "edge weight %e > max %e", (doub… in MatCoarsenApply_HEM_private() 697 …T "), diff0 = %10.4e\n", rank, gid0, gid1, (double)(PetscRealPart(lid_max_ew[lid0]) - e->weight))); in MatCoarsenApply_HEM_private() 699 if (PetscRealPart(lid_max_ew[lid0]) > e->weight + MY_MEPS) { in MatCoarsenApply_HEM_private() 701 …tscRealPart(lid_max_ew[lid0]) - e->weight), ghost1_idx != -1 ? lghost_pe[ghost1_idx] : rank, (doub… in MatCoarsenApply_HEM_private() [all …]
|
| /petsc/src/mat/graphops/coarsen/impls/misk/ |
| H A D | misk.c | 14 PetscInt lid0, gid1, cpid1; member
|