Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/tutorials/
H A Dex4.c168 IS boundary_is, bulk_is; in main() local
230 PetscCall(ISComplement(boundary_is, astart, aend, &bulk_is)); in main()
232 PetscCall(MatCreateSubMatrix(A, bulk_is, bulk_is, MAT_INITIAL_MATRIX, &Acondensed)); in main()
235 PetscCall(MatCreateSubMatrix(B, bulk_is, NULL, MAT_INITIAL_MATRIX, &Bcondensed)); in main()
343 PetscCall(ISDestroy(&bulk_is)); in main()