Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 11 of 11) sorted by relevance

/petsc/src/vec/vec/impls/mpi/
H A Dpvec2.c58 const MPI_Op ops[] = {MPIU_MAXLOC, MPIU_MAX}; in VecMax_MPI() local
67 const MPI_Op ops[] = {MPIU_MINLOC, MPIU_MIN}; in VecMin_MPI() local
/petsc/src/sys/objects/device/impls/host/
H A Dhostcontext.cxx32 const _DeviceContextOps ops = { member in Petsc::device::host::impl::DeviceContext
/petsc/src/sys/objects/device/impls/sycl/
H A Dsyclcontext.sycl.cxx53 …const struct _DeviceContextOps ops = {destroy, changeStreamType, setUp, query, waitForContext, syn… member in Petsc::device::sycl::impl::DeviceContext
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx80 const MPI_Op ops[] = {MPIU_MAXLOC, MPIU_MAX}; in VecMax_MPIKokkos() local
89 const MPI_Op ops[] = {MPIU_MINLOC, MPIU_MIN}; in VecMin_MPIKokkos() local
/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm_impl.hpp218 const MPI_Op ops[] = {MPIU_MAXLOC, MPIU_MAX}; in Max() local
228 const MPI_Op ops[] = {MPIU_MINLOC, MPIU_MIN}; in Min() local
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmcontext.hpp225 static constexpr _DeviceContextOps ops = { member in Petsc::device::cupm::impl::DeviceContext
608 constexpr _DeviceContextOps DeviceContext<T>::ops; member in Petsc::device::cupm::impl::DeviceContext<T>
/petsc/src/mat/impls/shell/
H A Dshell.h29 struct _MatShellOps ops[1]; member
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvm.h84 struct _MatOps_LMVM ops[1]; member
/petsc/include/petsc/private/
H A Dpcgamgimpl.h46 struct _PCGAMGOps *ops; member
H A Ddeviceimpl.h192 struct _DeviceOps ops[1]; member
/petsc/src/vec/vec/impls/nest/
H A Dvecnest.c744 static PetscErrorCode VecNestSetOps_Private(struct _VecOps *ops) in VecNestSetOps_Private()