Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dstg_shur14.h159 CeedScalar xdotd, vp[3] = {0.}; in StgShur14Calc() local
164 xdotd = 0.; in StgShur14Calc()
165 for (CeedInt i = 0; i < 3; i++) xdotd += d[i * nmodes + n] * xhat[i]; in StgShur14Calc()
166 const CeedScalar cos_kxdp = cos(kappa[n] * xdotd + phi[n]); in StgShur14Calc()
204 CeedScalar xdotd, vp[3] = {0.}; in StgShur14Calc_PrecompEktot() local
209 xdotd = 0.; in StgShur14Calc_PrecompEktot()
210 for (CeedInt i = 0; i < 3; i++) xdotd += d[i * nmodes + n] * xhat[i]; in StgShur14Calc_PrecompEktot()
211 const CeedScalar cos_kxdp = cos(kappa[n] * xdotd + phi[n]); in StgShur14Calc_PrecompEktot()