Searched refs:gidj (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/graphops/coarsen/impls/misk/ |
| H A D | misk.c | 336 PetscInt gidj; in MatCoarsenApply_MISK_private() local 338 PetscCall(PetscCDIntNdGetID(pos, &gidj)); in MatCoarsenApply_MISK_private() 340 …if (gidj < Istart || gidj >= Istart + nloc) PetscCall(MatSetValues(mat, 1, &gidi, 1, &gidj, &one, … in MatCoarsenApply_MISK_private()
|
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | agg.c | 968 PetscInt hav = 0, slid = sgid - my0, gidj = lidj + my0; in fixAggregatesWithSquare() local 977 if (gid == gidj) { in fixAggregatesWithSquare() 1133 PetscInt gidj; in fixAggregatesWithSquare() local 1135 PetscCall(PetscCDIntNdGetID(pos, &gidj)); in fixAggregatesWithSquare() 1138 if (gidj == gid) { in fixAggregatesWithSquare()
|