Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex44.c18 IS toISStrided, fromISStrided, toISGeneral, fromISGeneral; in main() local
92 PetscCall(ISCreateGeneral(PETSC_COMM_WORLD, n2, idy, PETSC_COPY_VALUES, &fromISGeneral)); in main()
105 PetscCall(VecScatterCreate(Y, fromISGeneral, X, toISStrided, &vscatSGtoSS)); in main()
111 PetscCall(VecScatterCreate(X, fromISGeneral, Y, toISGeneral, &vscatSGtoSG)); in main()
131 PetscCall(ISDestroy(&fromISGeneral)); in main()