Home
last modified time | relevance | path

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

/petsc/src/vec/vec/interface/
H A Dvector.c314 PetscErrorCode (*async_fn)(Vec, Vec, Vec, PetscDeviceContext) = NULL; in VecPointwiseApply_Private() local
332 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()