Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex81.c119 IS expand1, expand2; in main() local
120 PetscCall(ISDuplicate(rows[M], &expand1)); in main()
122 PetscCall(ISExpand(expand1, rows[M + i], &expand2)); in main()
123 PetscCall(ISDestroy(&expand1)); in main()
124 expand1 = expand2; in main()
127 PetscCall(PCFieldSplitSetIS(pc, NULL, expand1)); in main()
128 PetscCall(ISDestroy(&expand1)); in main()