Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex204.c154 PetscInt N = 17, M = 31, nz = 5, i, cnt, j, rlow, rhigh; in main() local
162 PetscCall(MatGetOwnershipRange(A, &rlow, &rhigh)); in main()
163 for (i = rlow; i < rhigh; ++i) { in main()
206 PetscInt N = 17, M = 31, nz = 5, i, cnt, j, rlow, rhigh; in main() local
214 PetscCall(MatGetOwnershipRange(A, &rlow, &rhigh)); in main()
215 for (i = rlow; i < rhigh; ++i) { in main()
/petsc/src/tao/bound/utils/
H A Disutil.c27 PetscInt nfull, nreduced, nreduced_local, rlow, rhigh, flow, fhigh; in TaoVecGetSubVec() local
59 PetscCall(VecGetOwnershipRange(*vreduced, &rlow, &rhigh)); in TaoVecGetSubVec()
60 PetscCall(ISCreateStride(comm, nreduced_local, rlow, 1, &ident)); in TaoVecGetSubVec()