Searched refs:bindices (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/utils/ |
| H A D | isltog.c | 1443 PetscInt **bindices = NULL, *bnumprocs = NULL, bs, i, j, k, n, *bprocs; in ISLocalToGlobalMappingGetInfo() local 1448 PetscCall(ISLocalToGlobalMappingGetBlockInfo(mapping, &n, &bprocs, &bnumprocs, &bindices)); in ISLocalToGlobalMappingGetInfo() 1457 for (k = 0; k < bs; k++) (*indices)[i][j * bs + k] = bs * bindices[i][j] + k; in ISLocalToGlobalMappingGetInfo() 1465 if (indices) *indices = bindices; in ISLocalToGlobalMappingGetInfo()
|