Searched refs:ReciprocalAsync (Results 1 – 2 of 2) sorted by relevance
91 static PetscErrorCode ReciprocalAsync(Vec, PetscDeviceContext) noexcept;
105 …tComposeFunction(PetscObjectCast(v), VecAsyncFnName(Reciprocal), VecSeq_CUPM<T>::ReciprocalAsync)); in InitializeAsyncFunctions()678 inline PetscErrorCode VecSeq_CUPM<T>::ReciprocalAsync(Vec xin, PetscDeviceContext dctx) noexcept in ReciprocalAsync() function in Petsc::vec::cupm::impl::VecSeq_CUPM690 PetscCall(ReciprocalAsync(xin, nullptr)); in Reciprocal()