Home
last modified time | relevance | path

Searched refs:sp_idy (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
538 sp_idy = space->idy; in MatStashScatterBegin_Ref()
552 sindices[starti[j] + nlengths[j]] = sp_idy[l]; in MatStashScatterBegin_Ref()
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1523 PetscInt *sp_idx, *sp_idy; in MatStashScatterBegin_ScaLAPACK() local
1606 sp_idy = space->idy; in MatStashScatterBegin_ScaLAPACK()
1620 sindices[starti[j] + nlengths[j]] = sp_idy[l]; in MatStashScatterBegin_ScaLAPACK()