Home
last modified time | relevance | path

Searched defs:eps (Results 1 – 5 of 5) sorted by relevance

/honee/qfunctions/
H A Dstg_shur14.h36 …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()
195const 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 Dstg_shur14_type.h35 size_t eps; // !< Turbulent Disspation [nprof, 6] member
/honee/problems/
H A Dbc_freestream.c218 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 Dstg_shur14.c72 CeedScalar *eps = &stg_ctx->data[stg_ctx->offsets.eps]; in ReadStgInflow() local
H A Dnewtonian.c697 CeedScalar eps = 4e-7; // Finite difference step in TestState_fwd() local