Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/
H A Dpvec2.c24 PetscCall(VecMXDot_MPI_Default(xin, nv, y, z, VecMDot_Seq)); in VecMDot_MPI()
31 PetscCall(VecMXDot_MPI_Default(xin, nv, y, z, VecMDot_Seq_GEMV)); in VecMDot_MPI_GEMV()
38 PetscCall(VecMXDot_MPI_Default(xin, nv, y, z, VecMTDot_Seq)); in VecMTDot_MPI()
45 PetscCall(VecMXDot_MPI_Default(xin, nv, y, z, VecMTDot_Seq_GEMV)); in VecMTDot_MPI_GEMV()
H A Dpvecimpl.h98 static inline PetscErrorCode VecMXDot_MPI_Default(Vec xin, PetscInt nv, const Vec y[], PetscScalar … in VecMXDot_MPI_Default() function
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx53 PetscCall(VecMXDot_MPI_Default(xin, nv, y, z, VecMDot_SeqKokkos)); in VecMDot_MPIKokkos()
60 PetscCall(VecMXDot_MPI_Default(xin, nv, y, z, VecMTDot_SeqKokkos)); in VecMTDot_MPIKokkos()
67 PetscCall(VecMXDot_MPI_Default(xin, nv, y, z, VecMDot_SeqKokkos_GEMV)); in VecMDot_MPIKokkos_GEMV()
74 PetscCall(VecMXDot_MPI_Default(xin, nv, y, z, VecMTDot_SeqKokkos_GEMV)); in VecMTDot_MPIKokkos_GEMV()
/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm_impl.hpp203 PetscCall(VecMXDot_MPI_Default(x, nv, y, z, VecSeq_T::MDot)); in MDot()