Searched refs:iyid (Results 1 – 1 of 1) sorted by relevance
677 ISTypeID ixid, iyid; in VecScatterCreate() local742 PetscCall(ISGetTypeID_Private(iy, &iyid)); in VecScatterCreate()746 if (iyid == IS_BLOCK) PetscCall(ISGetBlockSize(iy, &bsy)); in VecScatterCreate()747 else if (iyid == IS_STRIDE) PetscCall(ISStrideGetInfo(iy, &iyfirst, &iystep)); in VecScatterCreate()762 …if (ixid == IS_STRIDE && iyid == IS_STRIDE && ixsize == xlen && ixfirst == 0 && ixstep == 1 && iyf… in VecScatterCreate()767 …if (ixid == IS_STRIDE && iyid == IS_STRIDE && ixsize == xlen && ixfirst == 0 && ixstep == 1 && iyf… in VecScatterCreate()800 if (ixid == IS_BLOCK && iyid == IS_BLOCK) { in VecScatterCreate()803 } else if (ixid == IS_BLOCK && iyid == IS_STRIDE && iystep == 1 && iyfirst % bsx == 0) { in VecScatterCreate()806 } else if (ixid == IS_STRIDE && iyid == IS_BLOCK && ixstep == 1 && ixfirst % bsy == 0) { in VecScatterCreate()851 if (iyid == IS_BLOCK) { in VecScatterCreate()