Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx234 const PetscInt *iopt = opt ? opt->array : NULL; in Pack() local
246 PetscInt t = (iopt ? MapTidToIndex(iopt, tid) : (idx ? idx[tid] : start + tid)) * MBS; in Pack()
257 const PetscInt *iopt = opt ? opt->array : NULL; in UnpackAndOp() local
266 PetscInt t = (iopt ? MapTidToIndex(iopt, tid) : (idx ? idx[tid] : start + tid)) * MBS; in UnpackAndOp()