Searched refs:async_fn (Results 1 – 1 of 1) sorted by relevance
314 PetscErrorCode (*async_fn)(Vec, Vec, Vec, PetscDeviceContext) = NULL; in VecPointwiseApply_Private() local332 if (dctx) PetscCall(PetscObjectQueryFunction((PetscObject)w, async_name, &async_fn)); in VecPointwiseApply_Private()334 if (async_fn) { in VecPointwiseApply_Private()335 PetscCall((*async_fn)(w, x, y, dctx)); in VecPointwiseApply_Private()