Searched defs:right (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | riemann_solver.h | 29 CeedScalar left, right; member 54 CEED_QFUNCTION_HELPER StateConservative Flux_HLL(State left, State right, StateConservative flux_le… in Flux_HLL() 72 CEED_QFUNCTION_HELPER StateConservative Flux_HLL_fwd(State left, State right, State dleft, State dr… in Flux_HLL_fwd() 101 …peeds_Roe(NewtonianIdealGasContext gas, State left, CeedScalar u_left, State right, CeedScalar u_r… in ComputeHLLSpeeds_Roe() 122 … State right, State dright, CeedScalar u_right, CeedScalar du_right, CeedScalar *s_left, in ComputeHLLSpeeds_Roe_fwd() 163 …Conservative RiemannFlux_HLL(NewtonianIdealGasContext gas, State left, State right, const CeedScal… in RiemannFlux_HLL() 195 …emannFlux_HLL_fwd(NewtonianIdealGasContext gas, State left, State dleft, State right, State dright, in RiemannFlux_HLL_fwd() 275 …onservative RiemannFlux_HLLC(NewtonianIdealGasContext gas, State left, State right, const CeedScal… in RiemannFlux_HLLC() 302 …mannFlux_HLLC_fwd(NewtonianIdealGasContext gas, State left, State dleft, State right, State dright, in RiemannFlux_HLLC_fwd()
|
| /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() function
|
| /libCEED/examples/solids/qfunctions/ |
| H A D | finite-strain-neo-hookean.h | 36 const CeedScalar left = sqrt(2.) / 2 - 1, right = sqrt(2.) - 1; in log1p_series_shifted() local
|
| H A D | finite-strain-mooney-rivlin.h | 41 const CeedScalar left = sqrt(2.) / 2 - 1, right = sqrt(2.) - 1; in log1p_series_shifted() local
|