Searched refs:shift1 (Results 1 – 1 of 1) sorted by relevance
154 PetscInt i, j, rstart = mat->rmap->rstart, rend = mat->rmap->rend, shift1, shift2; in MatSetValues_MPISELL() local174 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()