Searched refs:rowners_bs (Results 1 – 1 of 1) sorted by relevance
2515 PetscInt *rowners_bs, count, source; in MatGetRowMaxAbs_MPISBAIJ() local2536 rowners_bs = A->rmap->range; in MatGetRowMaxAbs_MPISBAIJ()2551 col += rowners_bs[rank + 1]; /* global col index */ in MatGetRowMaxAbs_MPISBAIJ()2566 svalues = work + rowners_bs[dest]; in MatGetRowMaxAbs_MPISBAIJ()2567 count = rowners_bs[dest + 1] - rowners_bs[dest]; in MatGetRowMaxAbs_MPISBAIJ()2575 count = rowners_bs[rank + 1] - rowners_bs[rank]; in MatGetRowMaxAbs_MPISBAIJ()