Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dstg_shur14.h103 … const CeedScalar nu, CeedScalar *hmax, CeedScalar *ke, CeedScalar *keta, CeedScalar *kcut) { in SpectrumConstants() argument
104 *hmax = Max(Max(hNodSep[0], hNodSep[1]), hNodSep[2]); in SpectrumConstants()
107 *kcut = M_PI / Min(Max(Max(hNodSep[1], hNodSep[2]), 0.3 * (*hmax)) + 0.1 * wall_dist, *hmax); in SpectrumConstants()
127 CeedScalar hmax, ke, keta, kcut, Ektot = 0.0; in CalcSpectrum() local
129 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in CalcSpectrum()
202 CeedScalar hmax, ke, keta, kcut; in StgShur14Calc_PrecompEktot() local
203 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Calc_PrecompEktot()
259 CeedScalar hmax, ke, keta, kcut; in StgShur14Preprocess() local
268 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Preprocess()