Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dstg_shur14.h108 … const CeedScalar nu, CeedScalar *hmax, CeedScalar *ke, CeedScalar *keta, CeedScalar *kcut) { in SpectrumConstants() argument
109 *hmax = Max(Max(hNodSep[0], hNodSep[1]), hNodSep[2]); in SpectrumConstants()
112 *kcut = M_PI / Min(Max(Max(hNodSep[1], hNodSep[2]), 0.3 * (*hmax)) + 0.1 * wall_dist, *hmax); in SpectrumConstants()
132 CeedScalar hmax, ke, keta, kcut, Ektot = 0.0; in CalcSpectrum() local
134 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in CalcSpectrum()
207 CeedScalar hmax, ke, keta, kcut; in StgShur14Calc_PrecompEktot() local
208 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Calc_PrecompEktot()
251 CeedScalar hmax, ke, keta, kcut; in StgShur14Preprocess() local
266 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Preprocess()