Searched refs:dstX (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/is/sf/impls/basic/cupm/ |
| H A D | sfcupm_impl.hpp | 96 …PetscInt *srcIdx, const Type *src, PetscInt dstx, PetscInt dsty, PetscInt dstX, PetscInt dstY, Pet… 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 346 dstX = dstOpt->X[0]; in ScatterAndOp() 351 dstx = dstX = count; in ScatterAndOp() 355 … srcx, srcy, srcX, srcY, srcStart, srcIdx, (const Type *)src, dstx, dsty, dstX, dstY, dstStart, ds… 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 318 dstX = dstOpt->X[0]; in ScatterAndOp() 323 dstx = dstX = count; in ScatterAndOp() 344 t = dstStart + k * dstX * dstY + j * dstX + i; in ScatterAndOp()
|