Home
last modified time | relevance | path

Searched refs:eps (Results 1 – 7 of 7) sorted by relevance

/honee/problems/
H A Dbc_freestream.c218 CeedScalar eps = 4e-7; // Finite difference step in TestRiemannHLL_fwd() local
258 Y1_left[i] *= 1 + eps; in TestRiemannHLL_fwd()
260 Y1_right[i % 5] *= 1 + eps; in TestRiemannHLL_fwd()
269 for (int j = 0; j < 5; j++) dFlux_fd[j] = (Flux1[j] - Flux0[j]) / eps; in TestRiemannHLL_fwd()
280 CeedScalar eps = 4e-7; // Finite difference step in TestRiemannHLLC_fwd() local
320 Y1_left[i] *= 1 + eps; in TestRiemannHLLC_fwd()
322 Y1_right[i % 5] *= 1 + eps; in TestRiemannHLLC_fwd()
331 for (int j = 0; j < 5; j++) dFlux_fd[j] = (Flux1[j] - Flux0[j]) / eps; in TestRiemannHLLC_fwd()
342 CeedScalar eps = 4e-7; // Finite difference step in TestComputeHLLSpeeds_Roe_fwd() local
385 Y1_left[i] *= 1 + eps; in TestComputeHLLSpeeds_Roe_fwd()
[all …]
H A Dstg_shur14.c72 CeedScalar *eps = &stg_ctx->data[stg_ctx->offsets.eps]; in ReadStgInflow() local
93 eps[i] = (CeedScalar)atof(array[13]); in ReadStgInflow()
97 …PetscCheck(eps[i] >= 0, comm, PETSC_ERR_FILE_UNEXPECTED, "Turbulent dissipation in %s cannot be ne… in ReadStgInflow()
190 temp_ctx->offsets.eps = temp_ctx->offsets.cij + nprofs * 6; in GetStgContextData()
191 temp_ctx->offsets.lt = temp_ctx->offsets.eps + nprofs; in GetStgContextData()
H A Dnewtonian.c697 CeedScalar eps = 4e-7; // Finite difference step in TestState_fwd() local
719 for (int j = 0; j < 5; j++) A1[j] = (1 + eps * (i == j)) * A0[j]; in TestState_fwd()
723 for (int j = 0; j < 5; j++) dB_fd[j] = (B1[j] - B0[j]) / eps; in TestState_fwd()
/honee/qfunctions/
H A Dstg_shur14.h36 …const CeedScalar wall_dist, CeedScalar ubar[3], CeedScalar cij[6], CeedScalar *eps, CeedScalar *lt, in InterpolateProfile() argument
40 const CeedScalar *prof_eps = &stg_ctx->data[stg_ctx->offsets.eps]; in InterpolateProfile()
65 *eps = prof_eps[idx - 1] + coeff * (prof_eps[idx] - prof_eps[idx - 1]); in InterpolateProfile()
77 *eps = prof_eps[nprofs - 1]; in InterpolateProfile()
102 CEED_QFUNCTION_HELPER void SpectrumConstants(const CeedScalar wall_dist, const CeedScalar eps, cons… in SpectrumConstants() argument
106 *keta = 2 * M_PI * pow(Cube(nu) / eps, -0.25); in SpectrumConstants()
123 CEED_QFUNCTION_HELPER void CalcSpectrum(const CeedScalar wall_dist, const CeedScalar eps, const Cee… in CalcSpectrum() argument
129 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in CalcSpectrum()
195 … const CeedScalar eps, const CeedScalar lt, const CeedScalar nu, CeedScalar u[3], in StgShur14Calc_PrecompEktot() argument
203 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Calc_PrecompEktot()
[all …]
H A Dstg_shur14_type.h35 size_t eps; // !< Turbulent Disspation [nprof, 6] member
/honee/doc/
H A Dtheory.md570 eps
598 epsC[eps]
603 eps --Copy--> epsC;
617 [d_w] [u_1] [u_2] [u_3] [R_11] [R_22] [R_33] [R_12] [R_13] [R_23] [sclr_1] [sclr_2] [l_t] [eps]
637 | $\varepsilon$ | eps | Yes | No |
/honee/
H A DDoxyfile2783 # output file formats "png", "eps", "svg", and "ismap".