Searched refs:h_node_sep (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | stg_shur14.h | 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 [all …]
|