Searched refs:ShiftAsync (Results 1 – 2 of 2) sorted by relevance
132 static PetscErrorCode ShiftAsync(Vec, PetscScalar, PetscDeviceContext) noexcept;
108 …PetscObjectComposeFunction(PetscObjectCast(v), VecAsyncFnName(Shift), VecSeq_CUPM<T>::ShiftAsync)); in InitializeAsyncFunctions()2197 inline PetscErrorCode VecSeq_CUPM<T>::ShiftAsync(Vec v, PetscScalar shift, PetscDeviceContext dctx)… in ShiftAsync() function in Petsc::vec::cupm::impl::VecSeq_CUPM2208 PetscCall(ShiftAsync(v, shift, nullptr)); in Shift()