Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex151.c30 const PetscInt ixrow[5] = {4, 2, 1, 0, 3}, ixcol[7] = {5, 3, 6, 1, 2, 0, 4}; in main() local
52 …PetscCall(ISCreateGeneral(PETSC_COMM_WORLD, rend - rstart, ixrow + rstart, PETSC_USE_POINTER, &isr… in main()
H A Dex166.c30 const PetscInt ixrow[5] = {4, 2, 1, 3, 0}, ixcol[5] = {3, 2, 1, 4, 0}; in main() local
52 …PetscCall(ISCreateGeneral(PETSC_COMM_WORLD, rend - rstart, ixrow + rstart, PETSC_USE_POINTER, &isr… in main()