Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex35.c56 IS isvx, isvy; in main() local
111 PetscCall(ISCreateStride(comm, Np * dim / 2, 0, 2, &isvx)); in main()
113 PetscCall(VecGetSubVector(randVec, isvx, &subvecvx)); in main()
117 PetscCall(VecRestoreSubVector(randVec, isvx, &subvecvx)); in main()
138 PetscCall(ISDestroy(&isvx)); in main()