Searched refs:PointwiseMinAsync (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm.hpp | 89 static PetscErrorCode PointwiseMinAsync(Vec, Vec, Vec, PetscDeviceContext) noexcept;
|
| H A D | vecseqcupm_impl.hpp | 103 …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()
|