Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dmatstash.c453 PetscInt *sp_idx, *sp_idy; in MatStashScatterBegin_Ref() local
476 sp_idx = space->idx; in MatStashScatterBegin_Ref()
479 if (lastidx > (idx = sp_idx[l])) j = 0; in MatStashScatterBegin_Ref()
537 sp_idx = space->idx; in MatStashScatterBegin_Ref()
551 sindices[starti[j]] = sp_idx[l]; in MatStashScatterBegin_Ref()
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1523 PetscInt *sp_idx, *sp_idy; in MatStashScatterBegin_ScaLAPACK() local
1605 sp_idx = space->idx; in MatStashScatterBegin_ScaLAPACK()
1619 sindices[starti[j]] = sp_idx[l]; in MatStashScatterBegin_ScaLAPACK()