Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/
H A Dvinv.c1602 PetscErrorCode (*shift_async)(Vec, PetscScalar, PetscDeviceContext) = NULL; in VecShiftAsync_Private() local
1606 PetscErrorCode (*shift_async)(Vec, PetscScalar, PetscDeviceContext); in VecShiftAsync_Private() local
1608 PetscCall(PetscObjectQueryFunction((PetscObject)v, VecAsyncFnName(Shift), &shift_async)); in VecShiftAsync_Private()
1610 if (shift_async) { in VecShiftAsync_Private()
1611 PetscCall((*shift_async)(v, shift, dctx)); in VecShiftAsync_Private()