Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c394 PetscInt lid0, gid1, ghost1_idx; member
640 Edges[nEdges].ghost1_idx = -1; in MatCoarsenApply_HEM_private()
655 Edges[nEdges].ghost1_idx = aj[jj]; 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 …d_matched[lid0] ? "true" : "false", (ghost1_idx != -1 && lghost_matched[ghost1_idx]) ? "true" : "f… in MatCoarsenApply_HEM_private()
693 …if (lid_matched[lid0] || (ghost1_idx != -1 && lghost_matched[ghost1_idx]) || (ghost1_idx == -1 && … in MatCoarsenApply_HEM_private()
701 …, (double)(PetscRealPart(lid_max_ew[lid0]) - e->weight), ghost1_idx != -1 ? lghost_pe[ghost1_idx] … in MatCoarsenApply_HEM_private()
706 if (ghost1_idx == -1) { in MatCoarsenApply_HEM_private()
709 … %20.14e edge (%" PetscInt_FMT " %" PetscInt_FMT "), diff = %10.4e\n", ghost1_idx != -1 ? '\t' : '… in MatCoarsenApply_HEM_private()
714 PetscReal g_max_e1 = PetscRealPart(lghost_max_ew[ghost1_idx]); in MatCoarsenApply_HEM_private()
[all …]