Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/tests/
H A Dex13.c11 static PetscErrorCode CreateIS(MPI_Comm comm, PetscInt type, PetscInt n, PetscInt first, PetscInt s… in CreateIS() function
57 PetscCall(CreateIS(comm, type, n, first + offset, step, &is[j])); in main()
60 PetscCall(CreateIS(comm, type, n, first + offset, step, &is[j])); in main()
64 PetscCall(CreateIS(comm, type, n, first + offset, step, &tmp)); in main()
70 PetscCall(CreateIS(comm, type, n, first + offset, step, &is[j])); in main()
74 PetscCall(CreateIS(comm, type, n, first, step, &is[j])); in main()
78 PetscCall(CreateIS(comm, type, n, first + offset, step, &tmp)); in main()
84 PetscCall(CreateIS(comm, type, n, first, step, &tmp)); in main()
90 PetscCall(CreateIS(comm, type, n, first + 2 * offset, step, &is[j])); in main()
H A Dex10.c6 static PetscErrorCode CreateIS(MPI_Comm comm, PetscInt n, PetscInt first, PetscInt step, IS *is) in CreateIS() function
40 PetscCall(CreateIS(comm, n, first, step, &is)); in main()