Searched refs:async_name (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | vecimpl.h | 464 #define VecMethodDispatch(v, dctx, async_name, name, async_arg_types, ...) \ argument 467 if (dctx) PetscCall(PetscObjectQueryFunction((PetscObject)(v), async_name, &_8_f)); \
|
| /petsc/src/vec/vec/interface/ |
| H A D | vector.c | 312 …Vec x, Vec y, PetscDeviceContext dctx, PetscLogEvent event, const char async_name[], PetscErrorCod… in VecPointwiseApply_Private() argument 332 if (dctx) PetscCall(PetscObjectQueryFunction((PetscObject)w, async_name, &async_fn)); in VecPointwiseApply_Private()
|
| /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() argument 1192 PetscCall(PetscObjectQueryFunction((PetscObject)v, async_name, &unary_op_async)); in VecApplyUnary_Private()
|