Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dstg_shur14.h132 CeedScalar hmax, ke, keta, kcut, Ektot = 0.0; in CalcSpectrum() local
139 Ektot += qn[n]; in CalcSpectrum()
142 if (Ektot == 0) return; in CalcSpectrum()
143 for (CeedInt n = 0; n < nmodes; n++) qn[n] /= Ektot; in CalcSpectrum()
199 … const CeedScalar Ektot, const CeedScalar h_node_sep[3], const CeedScalar wall_dist, in StgShur14Calc_PrecompEktot() argument
218 const CeedScalar qn = Calc_qn(kappa[n], dkappa, keta, kcut, ke, Ektot); in StgShur14Calc_PrecompEktot()