Searched refs:shift_async (Results 1 – 1 of 1) sorted by relevance
1602 PetscErrorCode (*shift_async)(Vec, PetscScalar, PetscDeviceContext) = NULL; in VecShiftAsync_Private() local1606 PetscErrorCode (*shift_async)(Vec, PetscScalar, PetscDeviceContext); in VecShiftAsync_Private() local1608 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()