Searched refs:nlocals (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/is/interface/ |
| H A D | index.c | 41 PetscInt n_n, nlocals, start, first_index, npos, nneg; in ISRenumber() local 127 nlocals = 0; in ISRenumber() 135 nlocals += root_data[i]; in ISRenumber() 141 …PetscCallMPI(MPI_Exscan(&nlocals, &start, 1, MPIU_INT, MPI_SUM, PetscObjectComm((PetscObject)subse… in ISRenumber() 143 …PetscCallMPI(MPI_Scan(&nlocals, &start, 1, MPIU_INT, MPI_SUM, PetscObjectComm((PetscObject)subset)… in ISRenumber() 144 start = start - nlocals; in ISRenumber() 148 *N = start + nlocals; in ISRenumber()
|