Home
last modified time | relevance | path

Searched refs:xlen (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
732 PetscCall(VecGetSize(x, &xlen)); in VecScatterCreate()
736xlen, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Scatter indices in ix are out of range: found [%… 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()
818 PetscCall(VecGetLocalSize(x, &xlen)); in VecScatterCreate()
820 m[0] = xlen % mg[0]; in VecScatterCreate()
838 …PetscCall(VecCreateMPIWithArray(bigcomm, 1, xlen / bs, PETSC_DECIDE, NULL, &xx)); /* We only care … in VecScatterCreate()
864 if (xcommsize == 1) PetscCall(VecCreateMPIWithArray(bigcomm, 1, xlen, PETSC_DECIDE, NULL, &xx)); in VecScatterCreate()