Searched refs:count_D (Results 1 – 1 of 1) sorted by relevance
524 PetscInt x_start, x_end, *ind_D, count_D = 0; in main() local535 if (x[i] == 1.) ind_D[count_D++] = x_start + i; in main()538 PetscCall(ISCreateGeneral(comm, count_D, ind_D, PETSC_COPY_VALUES, &is_D)); in main()