Searched refs:app_indices (Results 1 – 1 of 1) sorted by relevance
19 PetscInt *app_indices, *petsc_indices, *ia, *ia0; in main() local37 PetscCall(PetscMalloc1(local_size, &app_indices)); in main()41 app_indices[i] = start + i; in main()46 PetscCall(ISCreateGeneral(comm, local_size, &app_indices[0], PETSC_COPY_VALUES, &app_is)); in main()86 PetscCall(PetscFree(app_indices)); in main()