Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex85.c89 PetscInt A_row[] = {0, 1, 2}; in main() local
92 m = PETSC_STATIC_ARRAY_LENGTH(A_row); in main()
94 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, m, A_row, PETSC_COPY_VALUES, &row)); in main()