Searched refs:d_ScatterAndMinloc (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfpack.h | 125 …PetscErrorCode (*d_ScatterAndMinloc)(PetscSFLink, PetscInt, PetscInt, PetscSFPackOpt, const PetscI… member
|
| H A D | sfpack.c | 773 else if (op == MPI_MINLOC) *ScatterAndOp = link->d_ScatterAndMinloc; in PetscSFLinkGetScatterAndOp()
|
| /petsc/src/vec/is/sf/impls/basic/kokkos/ |
| H A D | sfkok.kokkos.cxx | 528 link->d_ScatterAndMinloc = ScatterAndOp<Type, Minloc<Type>, 1, 1>; in PackInit_PairType()
|
| /petsc/src/vec/is/sf/impls/basic/cupm/ |
| H A D | sfcupm_impl.hpp | 550 link->d_ScatterAndMinloc = ScatterAndOp<Type, kernels::Minloc<Type>, 1, 1>; in PackInit_PairType()
|