Home
last modified time | relevance | path

Searched refs:Reciprocal (Results 1 – 4 of 4) sorted by relevance

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm.hpp90 static PetscErrorCode Reciprocal(Vec) noexcept;
H A Dvecseqcupm_impl.hpp76 PetscCall(PetscObjectComposeFunction(PetscObjectCast(v), VecAsyncFnName(Reciprocal), nullptr)); in ClearAsyncFunctions()
105 …PetscCall(PetscObjectComposeFunction(PetscObjectCast(v), VecAsyncFnName(Reciprocal), VecSeq_CUPM<T… in InitializeAsyncFunctions()
664 struct Reciprocal { struct
681 PetscCall(PointwiseUnary_(detail::Reciprocal{}, xin, nullptr, dctx)); in ReciprocalAsync()
687 inline PetscErrorCode VecSeq_CUPM<T>::Reciprocal(Vec xin) noexcept in Reciprocal() function in Petsc::vec::cupm::impl::VecSeq_CUPM
/petsc/src/vec/vec/utils/
H A Dvinv.c1225 …PetscCall(VecApplyUnary_Private(v, dctx, VecAsyncFnName(Reciprocal), v->ops->reciprocal, ScalarRec… in VecReciprocalAsync_Private()
/petsc/include/petsc/private/
H A Dveccupmimpl.h1033 VecSetOp_CUPM(reciprocal, VecReciprocal_Default, VecSeq_T::Reciprocal); in BindToCPU_CUPMBase()