Lines Matching refs:idx_i
163 const PetscInt *idx_i;
236 PetscCall(ISGetIndices(garray_gl, &idx_i));
241 PetscCall(PetscBTSet(table_i, idx_i[j]));
244 PetscCall(ISRestoreIndices(garray_gl, &idx_i));
267 PetscCall(ISGetIndices(is[i], &idx_i));
269 idx = idx_i[j];
287 PetscCall(ISRestoreIndices(is[i], &idx_i));
471 PetscInt a_start, a_end, b_start, b_end, i, j, k, is_max, *idx_i, n;
489 idx_i = data + is_max + 1; /* ptr to input is[0] array */
512 col = idx_i[j];
563 idx_i += n; /* ptr to input is[i+1] array */