Lines Matching refs:owner
5425 PetscMPIInt owner; in MatCreateSeqSubMatrixWithRows_Private() local
5448 owner = 0; in MatCreateSeqSubMatrixWithRows_Private()
5450 PetscCall(PetscLayoutFindOwnerIndex(P->rmap, lrowindices[i], &owner, &lidx)); in MatCreateSeqSubMatrixWithRows_Private()
5452 iremote[i].rank = owner; in MatCreateSeqSubMatrixWithRows_Private()
5517 owner = 0; in MatCreateSeqSubMatrixWithRows_Private()
5518 PetscCall(PetscLayoutFindOwnerIndex(P->rmap, lrowindices[i], &owner, NULL)); in MatCreateSeqSubMatrixWithRows_Private()
5522 iremote[dntotalcols].rank = owner; in MatCreateSeqSubMatrixWithRows_Private()
5529 oiremote[ontotalcols].rank = owner; in MatCreateSeqSubMatrixWithRows_Private()
6416 PetscMPIInt owner; in MatSetPreallocationCOO_MPIAIJ() local
6421 PetscCall(PetscLayoutFindOwner(mat->rmap, firstRow, &owner)); in MatSetPreallocationCOO_MPIAIJ()
6422 lastRow = ranges[owner + 1] - 1; /* last row of this owner */ in MatSetPreallocationCOO_MPIAIJ()
6441 sendto[nsend] = owner; in MatSetPreallocationCOO_MPIAIJ()