Lines Matching refs:h_node_sep

128 …st CeedScalar wall_dist, const CeedScalar eps, const CeedScalar lt, const CeedScalar h_node_sep[3],  in CalcSpectrum()
134 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in CalcSpectrum()
199 … const CeedScalar Ektot, const CeedScalar h_node_sep[3], const CeedScalar wall_dist, in StgShur14Calc_PrecompEktot()
208 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Calc_PrecompEktot()
260 CeedScalar h_node_sep[3]; in StgShur14Preprocess() local
261 h_node_sep[0] = dx; in StgShur14Preprocess()
262 …for (CeedInt j = 1; j < 3; j++) h_node_sep[j] = 2 / sqrt(dXdx[0][j] * dXdx[0][j] + dXdx[1][j] * dX… in StgShur14Preprocess()
263 ScaleN(h_node_sep, stg_ctx->h_scale_factor, 3); in StgShur14Preprocess()
266 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Preprocess()
300 CeedScalar h_node_sep[3]; in ICsStg() local
301 h_node_sep[0] = dx; in ICsStg()
302 …for (CeedInt j = 1; j < 3; j++) h_node_sep[j] = 2 / sqrt(Square(dXdx[0][j]) + Square(dXdx[1][j]) +… in ICsStg()
303 ScaleN(h_node_sep, stg_ctx->h_scale_factor, 3); in ICsStg()
307 CalcSpectrum(x_i[1], eps, lt, h_node_sep, nu, qn, stg_ctx); in ICsStg()
358 CeedScalar h_node_sep[3]; in StgShur14Inflow() local
359 h_node_sep[0] = dx; in StgShur14Inflow()
360 … for (CeedInt j = 1; j < 3; j++) h_node_sep[j] = 2 / sqrt(Square(dXdx[0][j]) + Square(dXdx[1][j])); in StgShur14Inflow()
361 ScaleN(h_node_sep, stg_ctx->h_scale_factor, 3); in StgShur14Inflow()
365 CalcSpectrum(X[1][i], eps, lt, h_node_sep, mu / rho, qn, stg_ctx); in StgShur14Inflow()
493 CeedScalar h_node_sep[3]; in StgShur14InflowStrongQF() local
494 h_node_sep[0] = dx; in StgShur14InflowStrongQF()
495 … for (CeedInt j = 1; j < 3; j++) h_node_sep[j] = 2 / sqrt(Square(dXdx[0][j]) + Square(dXdx[1][j])); in StgShur14InflowStrongQF()
496 ScaleN(h_node_sep, stg_ctx->h_scale_factor, 3); in StgShur14InflowStrongQF()
501 …StgShur14Calc_PrecompEktot(x, time, ubar, cij, inv_Ektotal[i], h_node_sep, x[1], eps, lt, nu, u, s… in StgShur14InflowStrongQF()
504 CalcSpectrum(coords[1][i], eps, lt, h_node_sep, nu, qn, stg_ctx); in StgShur14InflowStrongQF()