Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex159.c24 PetscInt ix0a[1], ix0b[1], ix0[2], ix1[1]; in main() local
28 ix0[0] = rank * 3 + 0; in main()
29 ix0[1] = rank * 3 + 1; in main()
33 PetscCall(ISCreateGeneral(PETSC_COMM_WORLD, 2, ix0, PETSC_COPY_VALUES, &is0)); in main()
/petsc/src/vec/vec/tests/
H A Dex10.c8 …PetscInt bs = 1, n = 5, ix0[3] = {5, 7, 9}, ix1[3] = {2, 3, 4}, i, iy0[3] = {1, 2, 4}, iy1[3] =… in main() local
33 PetscCall(ISCreateBlock(PETSC_COMM_SELF, bs, 3, ix0, PETSC_COPY_VALUES, &isx)); in main()
/petsc/src/vec/is/sf/tests/
H A Dex12.c9 PetscInt ix0[3] = {5, 7, 9}, iy0[3] = {1, 2, 4}, ix1[3] = {2, 3, 4}, iy1[3] = {0, 1, 3}; in main() local
42 PetscCall(ISCreateBlock(PETSC_COMM_SELF, bs, 3, ix0, PETSC_COPY_VALUES, &isx)); in main()
H A Dex13.c9 PetscInt ix0[3] = {5, 7, 9}, iy0[3] = {1, 2, 4}, ix1[3] = {2, 3, 4}, iy1[3] = {0, 1, 3}; in main() local
45 PetscCall(ISCreateBlock(PETSC_COMM_SELF, bs, 3, ix0, PETSC_COPY_VALUES, &isx)); in main()
H A Dex11.c9 PetscInt ix0[3] = {5, 7, 9}, iy0[3] = {1, 2, 4}, ix1[3] = {2, 3, 1}, iy1[3] = {0, 3, 9}; in main() local
68 PetscCall(ISCreateBlock(PETSC_COMM_SELF, bs, 3, ix0, PETSC_COPY_VALUES, &isx)); in main()