Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/mpi/
H A Dpcmpi.c167 …PetscInt *NZ = NULL, sendcounti[PC_MPI_MAX_RANKS], displi[PC_MPI_MAX_RANKS], *NZdispl = N… in PCMPISetMat() local
234 displi[0] = 0; in PCMPISetMat()
237 displi[j] = displi[j - 1] + sendcounti[j - 1] - 1; in PCMPISetMat()
262 …PetscCallMPI(MPIU_Scatterv(IA, sendcounti, displi, MPIU_INT, (void *)ia, n + 1, MPIU_INT, 0, comm)… in PCMPISetMat()