Searched defs:ops (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pvec2.c | 58 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 D | hostcontext.cxx | 32 const _DeviceContextOps ops = { member in Petsc::device::host::impl::DeviceContext
|
| /petsc/src/sys/objects/device/impls/sycl/ |
| H A D | syclcontext.sycl.cxx | 53 …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 D | mpikok.kokkos.cxx | 80 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 D | vecmpicupm_impl.hpp | 218 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 D | cupmcontext.hpp | 225 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 D | shell.h | 29 struct _MatShellOps ops[1]; member
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvm.h | 84 struct _MatOps_LMVM ops[1]; member
|
| /petsc/include/petsc/private/ |
| H A D | pcgamgimpl.h | 46 struct _PCGAMGOps *ops; member
|
| H A D | deviceimpl.h | 192 struct _DeviceOps ops[1]; member
|
| /petsc/src/vec/vec/impls/nest/ |
| H A D | vecnest.c | 744 static PetscErrorCode VecNestSetOps_Private(struct _VecOps *ops) in VecNestSetOps_Private()
|