Home
last modified time | relevance | path

Searched defs:rho (Results 1 – 25 of 26) sorted by relevance

12

/libCEED/tests/
H A Dt510-operator.h12 CeedScalar *rho = out[0]; in setup() local
20 const CeedScalar *rho = in[0], *u = in[1]; in mass() local
H A Dt502-operator.h12 CeedScalar *rho = out[0]; in setup() local
20 const CeedScalar *rho = in[0], *u = in[1]; in mass() local
H A Dt507-operator.h12 CeedScalar *rho = out[0]; in setup() local
21 const CeedScalar *rho = in[0], (*u)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[1]; in mass() local
H A Dt530-operator.h12 CeedScalar *rho = out[0]; in setup() local
20 const CeedScalar *rho = in[0], *u = in[1]; in mass() local
H A Dt500-operator.h12 CeedScalar *rho = out[0]; in setup() local
20 const CeedScalar *rho = in[0], *u = in[1]; in mass() local
H A Dt537-operator.h12 CeedScalar *rho = out[0]; in setup() local
20 const CeedScalar *rho = in[0], *u = in[1]; in mass() local
H A Dt596-operator.h12 CeedScalar *rho = out[0]; in setup() local
22 const CeedScalar *rho = in[0], *u = in[1]; in mass() local
H A Dt595-operator.h11 const CeedScalar *u = in[0], *rho = in[1]; in mass() local
H A Dt540-operator.h12 CeedScalar *rho = out[0]; in setup_mass() local
H A Dt591-operator.h21 const CeedScalar *u = in[0], *rho = in[1]; in mass() local
H A Dt566-operator.h12 CeedScalar *rho = out[0]; in setup() local
H A Dt535-operator.h12 CeedScalar *rho = out[0]; in setup_mass() local
H A Dt532-operator.h12 CeedScalar *rho = out[0]; in setup_mass() local
/libCEED/examples/fluids/postprocess/
H A Dvortexshedding.py8 def coeff(force, rho=1, u=1, D=1, zspan=0.2): argument
/libCEED/examples/petsc/qfunctions/swarm/
H A Dswarmmass.h27 const CeedScalar *rho = (const CeedScalar *)in[0]; in Mass() local
/libCEED/examples/fluids/problems/
H A Dchannel.c90 CeedScalar rho = P0 / (Rd * theta0); in NS_CHANNEL() local
H A Dbc_freestream.c262 const CeedScalar rho = 1.2; in TestRiemannHLL_fwd() local
324 const CeedScalar rho = 1.2; in TestRiemannHLLC_fwd() local
386 const CeedScalar rho = 1.2; in TestComputeHLLSpeeds_Roe_fwd() local
461 const CeedScalar rho = 1.2; in TestTotalSpecificEnthalpy_fwd() local
H A Dnewtonian.c116 const CeedScalar rho = 1.2 * kg / Cube(m); in UnitTests_Newtonian() local
/libCEED/examples/fluids/qfunctions/
H A Deulervortex.h87 CeedScalar rho, P, T, E, u[3] = {0.}; in Exact_Euler() local
182 …_HELPER void ConvectiveFluxJacobian_Euler(CeedScalar dF[3][5][5], const CeedScalar rho, const Ceed… in ConvectiveFluxJacobian_Euler()
283 const CeedScalar rho = q[0][i]; in Euler() local
406 const CeedScalar rho = q[0][i]; in IFunction_Euler() local
603 const CeedScalar rho = q[0][i]; in Euler_Outflow() local
H A Dshocktube.h90 CeedScalar rho, P, u[3] = {0.}; in Exact_ShockTube() local
114 …_HELPER void ConvectiveFluxJacobian_Euler(CeedScalar dF[3][5][5], const CeedScalar rho, const Ceed… in ConvectiveFluxJacobian_Euler()
238 const CeedScalar rho = q[0][i]; in EulerShockTube() local
H A Dstabilization.h81 const CeedScalar rho = s.U.density; in Tau_diagPrim() local
H A Dstg_shur14.h246 const CeedScalar rho = P0 / (Rd * theta0); in StgShur14Preprocess() local
293 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in ICsStg() local
352 const CeedScalar rho = prescribe_T ? q[0][i] : P0 / (Rd * theta0); in StgShur14Inflow() local
483 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in StgShur14InflowStrongQF() local
H A Dchannel.h161 const CeedScalar rho = q[0][i]; in Channel_Outflow() local
H A Dnewtonian_state.h101 const CeedScalar rho = Y.pressure / (GasConstant(gas) * Y.temperature); in StateEntropyFromPrimitive() local
242 const CeedScalar rho = exp(log_rho); in StateConservativeFromEntropy_fwd() local
/libCEED/examples/nek/bps/
H A Dbps.h90 const CeedScalar rho = w[i] * (J11 * A11 + J21 * A12 + J31 * A13); in diffsetupf() local

12