Searched refs:petsc_is (Results 1 – 1 of 1) sorted by relevance
22 IS app_is, petsc_is; in main() local47 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()