Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex85.c110 PetscInt B_col[] = {3, 4}; in main() local
113 n = PETSC_STATIC_ARRAY_LENGTH(B_col); in main()
115 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, n, B_col, PETSC_COPY_VALUES, &col)); in main()