Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dstg_shur14.h127 CeedScalar hmax, ke, keta, kcut, Ektot = 0.0; in CalcSpectrum() local
134 Ektot += qn[n]; in CalcSpectrum()
137 if (Ektot == 0) return; in CalcSpectrum()
138 for (CeedInt n = 0; n < nmodes; n++) qn[n] /= Ektot; in CalcSpectrum()
194 … const CeedScalar Ektot, const CeedScalar h_node_sep[3], const CeedScalar wall_dist, in StgShur14Calc_PrecompEktot() argument
213 const CeedScalar qn = Calc_qn(kappa[n], dkappa, keta, kcut, ke, Ektot); in StgShur14Calc_PrecompEktot()