Home
last modified time | relevance | path

Searched defs:async_name (Results 1 – 3 of 3) sorted by relevance

/petsc/src/vec/vec/utils/
H A Dvinv.c1184 static PetscErrorCode VecApplyUnary_Private(Vec v, PetscDeviceContext dctx, const char async_name[] in VecApplyUnary_Private()
/petsc/src/vec/vec/interface/
H A Dvector.c312 …c w, Vec x, Vec y, PetscDeviceContext dctx, PetscLogEvent event, const char async_name[], PetscErr… in VecPointwiseApply_Private()
/petsc/include/petsc/private/
H A Dvecimpl.h464 #define VecMethodDispatch(v, dctx, async_name, name, async_arg_types, ...) \ argument