Home
last modified time | relevance | path

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

/petsc/src/mat/impls/nest/
H A Dmatnest.c1604 PetscInt i, j, offset, n, nsum, bs; in MatSetUp_NestIS_Private() local
1617 nsum = 0; in MatSetUp_NestIS_Private()
1623 nsum += n; in MatSetUp_NestIS_Private()
1625 PetscCallMPI(MPI_Scan(&nsum, &offset, 1, MPIU_INT, MPI_SUM, PetscObjectComm((PetscObject)A))); in MatSetUp_NestIS_Private()
1626 offset -= nsum; in MatSetUp_NestIS_Private()
1645 nsum = 0; in MatSetUp_NestIS_Private()
1651 nsum += n; in MatSetUp_NestIS_Private()
1653 PetscCallMPI(MPI_Scan(&nsum, &offset, 1, MPIU_INT, MPI_SUM, PetscObjectComm((PetscObject)A))); in MatSetUp_NestIS_Private()
1654 offset -= nsum; in MatSetUp_NestIS_Private()