Home
last modified time | relevance | path

Searched refs:app_indices (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/is/ao/tests/
H A Dex5.c19 PetscInt *app_indices, *petsc_indices, *ia, *ia0; in main() local
37 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()