Searched refs:gid0 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/graphops/coarsen/impls/hem/ |
| H A D | hem.c | 687 …const PetscInt lid0 = e->lid0, gid1 = e->gid1, ghost1_idx = e->ghost1_idx, gid0 = lid0 + Istart, l… in MatCoarsenApply_HEM_private() local 691 …m, "\t[%d] edge (%" PetscInt_FMT " %" PetscInt_FMT "), %s %s %s\n", rank, gid0, gid1, lid_matched[… in MatCoarsenApply_HEM_private() 697 …tive edge (%" PetscInt_FMT " %" PetscInt_FMT "), diff0 = %10.4e\n", rank, gid0, gid1, (double)(Pet… in MatCoarsenApply_HEM_private() 701 …10.4e to proc %d. max = %20.14e, w = %20.14e\n", rank, (double)e->weight, gid0, gid1, (double)(Pet… in MatCoarsenApply_HEM_private() 709 …diff = %10.4e\n", ghost1_idx != -1 ? '\t' : ' ', rank, (double)e->weight, gid0, gid1, (double)(Pet… in MatCoarsenApply_HEM_private() 717 …diff1 = %10.4e, ghost proc %d with max pe %d on e0 and %d on e1\n", rank, gid0, gid1, (double)Pets… in MatCoarsenApply_HEM_private() 725 … from larger proc %d with max pe %d. max = %20.14e, w = %20.14e\n", rank, gid0, gid1, (double)(Pet… in MatCoarsenApply_HEM_private() 755 … = %d, %d %d %d; ew = %e, lid0 max ew = %e, diff = %e, eps = %e\n", rank, gid0, lghost_gid[lidj], … in MatCoarsenApply_HEM_private() 757 …t[%d] skip edge (%" PetscInt_FMT " %" PetscInt_FMT ") from ghost inspection\n", rank, gid0, gid1)); in MatCoarsenApply_HEM_private() 779 … " %" PetscInt_FMT "), diff = %10.4e, ghost on proc %d (max %d)\n", rank, gid0, lghost_gid[lidj], … in MatCoarsenApply_HEM_private() [all …]
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex19.c | 152 for (PetscInt bid = 0, gid0 = Istart; bid < nblocks; bid++) { in main() local 156 PetscCall(ISCreateStride(PETSC_COMM_SELF, nn, gid0, 1, &new_loc_blocks)); in main() 159 gid0 += nn; // start of next block in main()
|