Home
last modified time | relevance | path

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

/petsc/src/vec/is/ao/tests/
H A Dex5.c22 IS app_is, petsc_is; in main() local
46 PetscCall(ISCreateGeneral(comm, local_size, &app_indices[0], PETSC_COPY_VALUES, &app_is)); in main()
49 PetscCall(AOSetIS(app2petsc, app_is, petsc_is)); in main()
52 PetscCall(ISDestroy(&app_is)); in main()