Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex49.c74 PetscInt nrstart = 0; in main() local
76 for (p = 0; p < neighbor; ++p) nrstart += ln[p]; in main()
79 PetscInt nr = nrstart + j; in main()
/petsc/src/ksp/pc/impls/redistribute/
H A Dredistribute.c74 PetscInt rstart, rend, nrstart, nrend, nz, cnt, *rows, ncnt, dcnt, *drows; in PCSetUp_Redistribute() local
145 nrstart = map->rstart; in PCSetUp_Redistribute()
172 for (PetscInt i = nrstart; i < nrend; i++) { in PCSetUp_Redistribute()
177 owner[i - nrstart] = j; in PCSetUp_Redistribute()
205 for (PetscInt i = 0; i < cnt; i++) rows[i] = rows[i] - nrstart; in PCSetUp_Redistribute()