Home
last modified time | relevance | path

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

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