Searched refs:dstY (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/is/sf/impls/basic/cupm/ |
| H A D | sfcupm_impl.hpp | 96 …x, const Type *src, PetscInt dstx, PetscInt dsty, PetscInt dstX, PetscInt dstY, PetscInt dstStart,… in d_ScatterAndOp() argument 119 t = dstStart + k * dstX * dstY + j * dstX + i; in d_ScatterAndOp() 324 PetscInt srcx = 0, srcy = 0, srcX = 0, srcY = 0, dstx = 0, dsty = 0, dstX = 0, dstY = 0; in ScatterAndOp() local 347 dstY = dstOpt->Y[0]; in ScatterAndOp() 352 dsty = dstY = 1; in ScatterAndOp() 355 … srcy, srcX, srcY, srcStart, srcIdx, (const Type *)src, dstx, dsty, dstX, dstY, dstStart, dstIdx, … in ScatterAndOp()
|
| /petsc/src/vec/is/sf/impls/basic/kokkos/ |
| H A D | sfkok.kokkos.cxx | 295 …PetscInt srcx = 0, srcy = 0, srcX = 0, srcY = 0, dstx = 0, dsty = 0, dstX = 0, dstY = … in ScatterAndOp() local 319 dstY = dstOpt->Y[0]; in ScatterAndOp() 324 dsty = dstY = 1; in ScatterAndOp() 344 t = dstStart + k * dstX * dstY + j * dstX + i; in ScatterAndOp()
|