Searched defs:wall_dist (Results 1 – 3 of 3) sorted by relevance
| /honee/qfunctions/ |
| H A D | stg_shur14.h | 36 CEED_QFUNCTION_HELPER void InterpolateProfile(const CeedScalar wall_dist, CeedScalar ubar[3], CeedS… in InterpolateProfile() 102 CEED_QFUNCTION_HELPER void SpectrumConstants(const CeedScalar wall_dist, const CeedScalar eps, cons… in SpectrumConstants() 123 CEED_QFUNCTION_HELPER void CalcSpectrum(const CeedScalar wall_dist, const CeedScalar eps, const Cee… in CalcSpectrum() 194 … const CeedScalar Ektot, const CeedScalar h_node_sep[3], const CeedScalar wall_dist, in StgShur14Calc_PrecompEktot() 262 const CeedScalar wall_dist = x[1][i]; in StgShur14Preprocess() local
|
| H A D | stg_shur14_type.h | 32 size_t wall_dist; // !< Distance to wall for Inflow Profie, [nprof] member
|
| /honee/problems/ |
| H A D | stg_shur14.c | 71 CeedScalar *wall_dist = &stg_ctx->data[stg_ctx->offsets.wall_dist]; in ReadStgInflow() local 204 CeedScalar *wall_dist = &(*stg_ctx)->data[(*stg_ctx)->offsets.wall_dist]; in GetStgContextData() local
|