Searched refs:bsx (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/utils/ |
| H A D | vscat.c | 678 PetscInt bs, bsx, bsy, min, max, m[2], mg[2], ixfirst, ixstep, iyfirst, iystep; in VecScatterCreate() local 743 if (ixid == IS_BLOCK) PetscCall(ISGetBlockSize(ix, &bsx)); in VecScatterCreate() 801 m[0] = PetscMin(bsx, bsy); in VecScatterCreate() 802 m[1] = PetscMax(bsx, bsy); in VecScatterCreate() 803 } else if (ixid == IS_BLOCK && iyid == IS_STRIDE && iystep == 1 && iyfirst % bsx == 0) { in VecScatterCreate() 804 m[0] = bsx; in VecScatterCreate() 805 m[1] = bsx; in VecScatterCreate()
|