Lines Matching refs:h_node_sep
123 …st CeedScalar wall_dist, const CeedScalar eps, const CeedScalar lt, const CeedScalar h_node_sep[3], in CalcSpectrum()
129 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in CalcSpectrum()
194 … const CeedScalar Ektot, const CeedScalar h_node_sep[3], const CeedScalar wall_dist, in StgShur14Calc_PrecompEktot()
203 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Calc_PrecompEktot()
263 CeedScalar dXdx[3][3], h_node_sep[3]; in StgShur14Preprocess() local
266 CalculateElementLengths(dXdx, stg_ctx->h_scale_factor, h_node_sep); in StgShur14Preprocess()
268 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Preprocess()
302 CeedScalar h_node_sep[3]; in ICsStg() local
305 CalculateElementLengths(dXdx, stg_ctx->h_scale_factor, h_node_sep); in ICsStg()
306 h_node_sep[0] = dx * stg_ctx->h_scale_factor; in ICsStg()
310 CalcSpectrum(x_i[1], eps, lt, h_node_sep, nu, qn, stg_ctx); in ICsStg()
362 CeedScalar h_node_sep[3]; in StgShur14Inflow() local
363 h_node_sep[0] = dx; in StgShur14Inflow()
364 … for (CeedInt j = 1; j < 3; j++) h_node_sep[j] = 2 / sqrt(Square(dXdx[0][j]) + Square(dXdx[1][j])); in StgShur14Inflow()
365 ScaleN(h_node_sep, stg_ctx->h_scale_factor, 3); in StgShur14Inflow()
369 CalcSpectrum(X[1][i], eps, lt, h_node_sep, mu / rho, qn, stg_ctx); in StgShur14Inflow()
492 CeedScalar dXdx[3][3], h_node_sep[3]; in StgShur14InflowStrongQF() local
495 CalculateElementLengths(dXdx, stg_ctx->h_scale_factor, h_node_sep); in StgShur14InflowStrongQF()
499 …StgShur14Calc_PrecompEktot(x, time, ubar, cij, inv_Ektotal[i], h_node_sep, x[1], eps, lt, nu, u, s… in StgShur14InflowStrongQF()
502 CalcSpectrum(coords[1][i], eps, lt, h_node_sep, nu, qn, stg_ctx); in StgShur14InflowStrongQF()