Home
last modified time | relevance | path

Searched refs:iysize (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/vec/utils/
H A Dvscat.c673 PetscInt i, n, N, nroots, nleaves, *ilocal, xstart, ystart, ixsize, iysize, xlen, ylen; in VecScatterCreate() local
731 PetscCall(ISGetLocalSize(iy, &iysize)); in VecScatterCreate()
734 …== iysize, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Scatter sizes of ix and iy don't match locally ix=… in VecScatterCreate()
853 PetscCall(ISBlockGetLocalSize(iy, &iysize)); in VecScatterCreate()
854 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, iysize, indices, PETSC_COPY_VALUES, &iyy)); in VecScatterCreate()
857 PetscCall(ISGetLocalSize(iy, &iysize)); in VecScatterCreate()
858 PetscCall(ISCreateStride(PETSC_COMM_SELF, iysize / bs, iyfirst / bs, 1, &iyy)); in VecScatterCreate()