Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex11.c221 Waxpy2Real(-time, tilted->wind, x, x0); in PhysicsSolution_Advect()
233 Waxpy2Real(-1, bump->center, x0, v); in PhysicsSolution_Advect()
H A Dex11.h145 static inline void Waxpy2Real(PetscReal a, const PetscReal *x, const PetscReal *y, PetscReal *w) in Waxpy2Real() function