Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.h161 …PetscErrorCode (*da_ScatterAndLOR)(PetscSFLink, PetscInt, PetscInt, PetscSFPackOpt, const PetscInt… member
H A Dsfpack.c782 else if (op == MPI_LOR) *ScatterAndOp = link->da_ScatterAndLOR; in PetscSFLinkGetScatterAndOp()
/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx484 link->da_ScatterAndLOR = ScatterAndOp<Type, AtomicLOR<Type>, BS, EQ>; in PackInit_IntegerType()
/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm_impl.hpp453 link->da_ScatterAndLOR = ScatterAndOp<Type, AtomicLOR<Type>, BS, EQ>; in Init()