Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm.hpp132 static PetscErrorCode ShiftAsync(Vec, PetscScalar, PetscDeviceContext) noexcept;
H A Dvecseqcupm_impl.hpp108 …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_CUPM
2208 PetscCall(ShiftAsync(v, shift, nullptr)); in Shift()