Searched refs:expand1 (Results 1 – 1 of 1) sorted by relevance
119 IS expand1, expand2; in main() local120 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()