Searched refs:VecApplyUnary_Private (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/utils/ |
| H A D | vinv.c | 1184 static PetscErrorCode VecApplyUnary_Private(Vec v, PetscDeviceContext dctx, const char async_name[]… in VecApplyUnary_Private() function 1225 …PetscCall(VecApplyUnary_Private(v, dctx, VecAsyncFnName(Reciprocal), v->ops->reciprocal, ScalarRec… in VecReciprocalAsync_Private() 1233 PetscCall(VecApplyUnary_Private(v, NULL, NULL, NULL, ScalarReciprocal_Function)); in VecReciprocal_Default() 1246 PetscCall(VecApplyUnary_Private(v, dctx, VecAsyncFnName(Exp), v->ops->exp, ScalarExp_Function)); in VecExpAsync_Private() 1282 PetscCall(VecApplyUnary_Private(v, dctx, VecAsyncFnName(Log), v->ops->log, ScalarLog_Function)); in VecLogAsync_Private() 1318 PetscCall(VecApplyUnary_Private(v, dctx, VecAsyncFnName(Abs), v->ops->abs, ScalarAbs_Function)); in VecAbsAsync_Private() 1350 …if (PetscDefined(USE_COMPLEX)) PetscCall(VecApplyUnary_Private(v, dctx, VecAsyncFnName(Conjugate),… in VecConjugateAsync_Private() 1382 …PetscCall(VecApplyUnary_Private(v, dctx, VecAsyncFnName(SqrtAbs), v->ops->sqrt, ScalarSqrtAbs_Func… in VecSqrtAbsAsync_Private() 1436 PetscCall(VecApplyUnary_Private(v, NULL, NULL, NULL, ScalarImaginaryPart_Function)); in VecImaginaryPart() 1467 PetscCall(VecApplyUnary_Private(v, NULL, NULL, NULL, ScalarRealPart_Function)); in VecRealPart()
|