Home
last modified time | relevance | path

Searched defs:r (Results 1 – 6 of 6) sorted by relevance

/honee/qfunctions/
H A Driemann_solver.h43 CEED_QFUNCTION_HELPER CeedScalar RoeAverage(RoeWeights r, CeedScalar q_left, CeedScalar q_right) { … in RoeAverage()
45 CEED_QFUNCTION_HELPER CeedScalar RoeAverage_fwd(RoeWeights r, RoeWeights dr, CeedScalar q_left, Cee… in RoeAverage_fwd()
101 RoeWeights r = RoeSetup(left.U.density, right.U.density); in ComputeHLLSpeeds_Roe() local
122 RoeWeights r = RoeSetup(left.U.density, right.U.density); in ComputeHLLSpeeds_Roe_fwd() local
H A Ddensitycurrent.h105 const CeedScalar r = Norm3(rr); in Exact_DC() local
H A Dadvection.h102 CeedScalar r = sqrt(Square(x - x0[0]) + Square(y - x0[1]) + Square(z - x0[2])); in Exact_AdvectionGeneric() local
124 CeedScalar r = sqrt(Square(x - center[0]) + Square(y - center[1])); in Exact_AdvectionGeneric() local
H A Deulervortex.h76 const CeedScalar r = sqrt(Square(x0) + Square(y0)); in Exact_Euler() local
/honee/problems/
H A Dblasius.c20 PetscScalar *r, f[4], h[4]; in CompressibleBlasiusResidual() local
/honee/src/
H A Dsetupts.c96 const StateConservative *r; in Surface_Forces_NS() local