Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/kokkos/ !
H A Dsfkok.kokkos.cxx232 …cInt count, PetscInt start, PetscSFPackOpt opt, const PetscInt *idx, const void *data_, void *buf_) in Pack() argument
237 Type *buf = static_cast<Type *>(buf_); in Pack()
254 …cInt count, PetscInt start, PetscSFPackOpt opt, const PetscInt *idx, void *data_, const void *buf_) in UnpackAndOp() argument
260 const Type *buf = static_cast<const Type *>(buf_); in UnpackAndOp()