Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dstg_shur14.h164 CeedScalar xdotd, vp[3] = {0.}; in StgShur14Calc() local
169 xdotd = 0.; in StgShur14Calc()
170 for (CeedInt i = 0; i < 3; i++) xdotd += d[i * nmodes + n] * xhat[i]; in StgShur14Calc()
171 const CeedScalar cos_kxdp = cos(kappa[n] * xdotd + phi[n]); in StgShur14Calc()
209 CeedScalar xdotd, vp[3] = {0.}; in StgShur14Calc_PrecompEktot() local
214 xdotd = 0.; in StgShur14Calc_PrecompEktot()
215 for (CeedInt i = 0; i < 3; i++) xdotd += d[i * nmodes + n] * xhat[i]; in StgShur14Calc_PrecompEktot()
216 const CeedScalar cos_kxdp = cos(kappa[n] * xdotd + phi[n]); in StgShur14Calc_PrecompEktot()