Home
last modified time | relevance | path

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

/petsc/src/vec/is/ao/impls/memscalable/
H A Daomemscalable.c96 …PetscInt nmax, *sindices, *rindices, idx, lastidx, *sindices2, *rindices2, *sizes, *star… in AOMap_MemoryScalable_private() local
116 lastidx = -1; in AOMap_MemoryScalable_private()
122 if (lastidx > (idx = ia[i])) j = 0; in AOMap_MemoryScalable_private()
123 lastidx = idx; in AOMap_MemoryScalable_private()
273 PetscInt nmax, count, *sindices, *rindices, idx, lastidx; in AOCreateMemoryScalable_private() local
295 lastidx = -1; in AOCreateMemoryScalable_private()
298 if (lastidx > (idx = from_array[i])) j = 0; in AOCreateMemoryScalable_private()
299 lastidx = idx; in AOCreateMemoryScalable_private()
/petsc/src/vec/vec/utils/
H A Dvecstash.c224 PetscInt nmax, *sindices, *rindices, idx, bs = stash->bs, lastidx; in VecStashScatterBegin_Private() local
235 lastidx = -1; in VecStashScatterBegin_Private()
238 if (lastidx > (idx = stash->idx[i])) j = 0; in VecStashScatterBegin_Private()
239 lastidx = idx; in VecStashScatterBegin_Private()
/petsc/src/mat/utils/
H A Dmatstash.c448 PetscInt *sindices, **rindices, j, ii, idx, lastidx, l; in MatStashScatterBegin_Ref() local
472 lastidx = -1; in MatStashScatterBegin_Ref()
479 if (lastidx > (idx = sp_idx[l])) j = 0; in MatStashScatterBegin_Ref()
480 lastidx = idx; in MatStashScatterBegin_Ref()