Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm_impl.hpp131 … *rootdata, PetscInt leafstart, const PetscInt *leafopt, const PetscInt *leafidx, const Type *leaf… in d_FetchAndOpLocal() argument
138 …PetscInt l = (leafopt ? MapTidToIndex(leafopt, tid) : (leafidx ? leafidx[tid] : leafstart + tid)) … in d_FetchAndOpLocal()
377 …d *rootdata, PetscInt leafstart, PetscSFPackOpt leafopt, const PetscInt *leafidx, const void *leaf… in FetchAndOpLocal() argument
384 … count, rootstart, rarray, rootidx, (Type *)rootdata, leafstart, larray, leafidx, (const Type *)le… in FetchAndOpLocal()
/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx379 … *rootdata_, PetscInt leafstart, PetscSFPackOpt leafopt, const PetscInt *leafidx, const void *leaf… in FetchAndOpLocal() argument
393 … PetscInt l = (lopt ? MapTidToIndex(lopt, tid) : (leafidx ? leafidx[tid] : leafstart + tid)) * MBS; in FetchAndOpLocal()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.c224 …d *rootdata, PetscInt leafstart, PetscSFPackOpt leafopt, const PetscInt *leafidx, const void *leaf…
234 l = (leafidx ? leafidx[i] : leafstart + i) * MBS; \