Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex97.c99 PetscInt ms, idxrow[3], idxcol[4]; in main() local
112 idxrow[0] = ms + 1; in main()
113 idxrow[1] = ms + 2; in main()
114 idxrow[2] = ms + 4; in main()
115 PetscCall(ISCreateGeneral(PETSC_COMM_WORLD, 3, idxrow, PETSC_USE_POINTER, &isrow)); in main()
H A Dex99.c101 PetscInt ms, idxrow[3], idxcol[3]; in main() local
114 idxrow[0] = ms + 1; in main()
115 idxrow[1] = ms + 2; in main()
116 idxrow[2] = ms + 4; in main()
117 PetscCall(ISCreateGeneral(PETSC_COMM_WORLD, 3, idxrow, PETSC_USE_POINTER, &isrow)); in main()