Searched defs:eps (Results 1 – 5 of 5) sorted by relevance
| /honee/qfunctions/ |
| H A D | stg_shur14.h | 36 …e(const CeedScalar wall_dist, CeedScalar ubar[3], CeedScalar cij[6], CeedScalar *eps, CeedScalar *… 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() 195 … const CeedScalar eps, const CeedScalar lt, const CeedScalar nu, CeedScalar u[3], in StgShur14Calc_PrecompEktot() 248 CeedScalar ubar[3], cij[6], eps, lt; in StgShur14Preprocess() local 291 CeedScalar qn[STG_NMODES_MAX], u[3], ubar[3], cij[6], eps, lt; in ICsStg() local 342 CeedScalar qn[STG_NMODES_MAX], u[3], ubar[3], cij[6], eps, lt; in StgShur14Inflow() local 482 CeedScalar u[3], ubar[3], cij[6], eps, lt; in StgShur14InflowStrongQF() local
|
| H A D | stg_shur14_type.h | 35 size_t eps; // !< Turbulent Disspation [nprof, 6] member
|
| /honee/problems/ |
| H A D | bc_freestream.c | 218 CeedScalar eps = 4e-7; // Finite difference step in TestRiemannHLL_fwd() local 280 CeedScalar eps = 4e-7; // Finite difference step in TestRiemannHLLC_fwd() local 342 CeedScalar eps = 4e-7; // Finite difference step in TestComputeHLLSpeeds_Roe_fwd() local 417 CeedScalar eps = 4e-7; // Finite difference step in TestTotalSpecificEnthalpy_fwd() local 464 CeedScalar eps = 4e-7; // Finite difference step in TestRowSetup_fwd() local
|
| H A D | stg_shur14.c | 72 CeedScalar *eps = &stg_ctx->data[stg_ctx->offsets.eps]; in ReadStgInflow() local
|
| H A D | newtonian.c | 697 CeedScalar eps = 4e-7; // Finite difference step in TestState_fwd() local
|