Home
last modified time | relevance | path

Searched refs:PointwiseMinAsync (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm.hpp89 static PetscErrorCode PointwiseMinAsync(Vec, Vec, Vec, PetscDeviceContext) noexcept;
H A Dvecseqcupm_impl.hpp103 …poseFunction(PetscObjectCast(v), VecAsyncFnName(PointwiseMin), VecSeq_CUPM<T>::PointwiseMinAsync)); in InitializeAsyncFunctions()
645 inline PetscErrorCode VecSeq_CUPM<T>::PointwiseMinAsync(Vec wout, Vec xin, Vec yin, PetscDeviceCont… in PointwiseMinAsync() function in Petsc::vec::cupm::impl::VecSeq_CUPM
657 PetscCall(PointwiseMinAsync(wout, xin, yin, nullptr)); in PointwiseMin()