Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex47cu.cu78 PetscInt i, Mx, xs, xm, xstartshift, xendshift, fstart, lsize; in ComputeFunction() local
102 if (rank != size - 1) xendshift = 1; in ComputeFunction()
103 else xendshift = 0; in ComputeFunction()
121 thrust::device_ptr<const PetscScalar>(xarray + lsize - xendshift), in ComputeFunction()
122 thrust::device_ptr<const PetscScalar>(xarray + lsize - xendshift + 1), in ComputeFunction()
123 thrust::device_ptr<const PetscScalar>(xarray + lsize - xendshift - 1), in ComputeFunction()