Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c154 PetscInt i, j, rstart = mat->rmap->rstart, rend = mat->rmap->rend, shift1, shift2; in MatSetValues_MPISELL() local
174 shift1 = a->sliidx[row / sliceheight] + (row % sliceheight); /* starting index of the row */ in MatSetValues_MPISELL()
175 cp1 = PetscSafePointerPlusOffset(a->colidx, shift1); in MatSetValues_MPISELL()
176 vp1 = PetscSafePointerPlusOffset(a->val, shift1); in MatSetValues_MPISELL()