Searched defs:eps (Results 1 – 7 of 7) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | stg_shur14.h | 41 …e(const CeedScalar wall_dist, CeedScalar ubar[3], CeedScalar cij[6], CeedScalar *eps, CeedScalar *… in InterpolateProfile() 107 CEED_QFUNCTION_HELPER void SpectrumConstants(const CeedScalar wall_dist, const CeedScalar eps, cons… in SpectrumConstants() 128 CEED_QFUNCTION_HELPER void CalcSpectrum(const CeedScalar wall_dist, const CeedScalar eps, const Cee… in CalcSpectrum() 200 … const CeedScalar eps, const CeedScalar lt, const CeedScalar nu, CeedScalar u[3], in StgShur14Calc_PrecompEktot() 239 CeedScalar ubar[3], cij[6], eps, lt; in StgShur14Preprocess() local 288 CeedScalar qn[STG_NMODES_MAX], u[3], ubar[3], cij[6], eps, lt; in ICsStg() local 338 CeedScalar qn[STG_NMODES_MAX], u[3], ubar[3], cij[6], eps, lt; in StgShur14Inflow() local 477 CeedScalar u[3], ubar[3], cij[6], eps, lt; in StgShur14InflowStrongQF() local
|
| H A D | stg_shur14_type.h | 42 size_t eps; // !< Turbulent Disspation [nprof, 6] member
|
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 259 CeedScalar eps = 4e-7; // Finite difference step in TestRiemannHLL_fwd() local 321 CeedScalar eps = 4e-7; // Finite difference step in TestRiemannHLLC_fwd() local 383 CeedScalar eps = 4e-7; // Finite difference step in TestComputeHLLSpeeds_Roe_fwd() local 458 CeedScalar eps = 4e-7; // Finite difference step in TestTotalSpecificEnthalpy_fwd() local 505 CeedScalar eps = 4e-7; // Finite difference step in TestRowSetup_fwd() local
|
| H A D | stg_shur14.c | 76 CeedScalar *eps = &stg_ctx->data[stg_ctx->offsets.eps]; in ReadStgInflow() local
|
| H A D | newtonian.c | 74 CeedScalar eps = 4e-7; // Finite difference step in TestState_fwd() local
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 66 static double right(const double eps, const double x) { return (x <= 0.5) ? (2 - eps) * x : 1 + eps… in right() 69 static double left(const double eps, const double x) { return 1 - right(eps, 1 - x); } in left() 74 PetscErrorCode Kershaw(DM dm_orig, PetscScalar eps) { in Kershaw()
|
| /libCEED/examples/petsc/ |
| H A D | multigrid.c | 54 PetscScalar eps = 1.0; in main() local
|