Searched refs:unary_op_async (Results 1 – 1 of 1) sorted by relevance
1190 PetscErrorCode (*unary_op_async)(Vec, PetscDeviceContext); in VecApplyUnary_Private() local1192 PetscCall(PetscObjectQueryFunction((PetscObject)v, async_name, &unary_op_async)); in VecApplyUnary_Private()1193 if (unary_op_async) { in VecApplyUnary_Private()1194 PetscCall((*unary_op_async)(v, dctx)); in VecApplyUnary_Private()