Home
last modified time | relevance | path

Searched refs:petsc_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
47 PetscCall(ISCreateGeneral(comm, local_size, &petsc_indices[0], PETSC_COPY_VALUES, &petsc_is)); in main()
49 PetscCall(AOSetIS(app2petsc, app_is, petsc_is)); in main()
53 PetscCall(ISDestroy(&petsc_is)); in main()