Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex85.c90 PetscInt A_col[] = {0, 1, 2}; in main() local
93 n = PETSC_STATIC_ARRAY_LENGTH(A_col); in main()
95 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, n, A_col, PETSC_COPY_VALUES, &col)); in main()