Home
last modified time | relevance | path

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

/petsc/src/vec/vec/interface/
H A Drvector.c462VecMethodDispatch(x, dctx, VecAsyncFnName(Scale), scale, (Vec, PetscScalar, PetscDeviceContext), a… in VecScaleAsync_Private()
514VecMethodDispatch(x, dctx, VecAsyncFnName(Set), set, (Vec, PetscScalar, PetscDeviceContext), alpha… in VecSetAsync_Private()
592VecMethodDispatch(y, dctx, VecAsyncFnName(AXPY), axpy, (Vec, PetscScalar, Vec, PetscDeviceContext)… in VecAXPYAsync_Private()
655VecMethodDispatch(y, dctx, VecAsyncFnName(AYPX), aypx, (Vec, PetscScalar, Vec, PetscDeviceContext)… in VecAYPXAsync_Private()
712VecMethodDispatch(y, dctx, VecAsyncFnName(AXPBY), axpby, (Vec, PetscScalar, PetscScalar, Vec, Pets… in VecAXPBYAsync_Private()
774VecMethodDispatch(z, dctx, VecAsyncFnName(AXPBYPCZ), axpbypcz, (Vec, PetscScalar, PetscScalar, Pet… in VecAXPBYPCZAsync_Private()
840VecMethodDispatch(w, dctx, VecAsyncFnName(WAXPY), waxpy, (Vec, PetscScalar, Vec, Vec, PetscDeviceC… in VecWAXPYAsync_Private()
1297VecMethodDispatch(y, dctx, VecAsyncFnName(MAXPY), maxpy, (Vec, PetscInt, const PetscScalar[], Vec[… in VecMAXPYAsync_Private()
H A Dvector.c1756 VecMethodDispatch(x, dctx, VecAsyncFnName(Copy), copy, (Vec, Vec, PetscDeviceContext), y); in VecCopyAsync_Private()
1824 VecMethodDispatch(x, dctx, VecAsyncFnName(Swap), swap, (Vec, Vec, PetscDeviceContext), y); in VecSwapAsync_Private()
/petsc/include/petsc/private/
H A Dvecimpl.h464 #define VecMethodDispatch(v, dctx, async_name, name, async_arg_types, ...) \ macro