Lines Matching refs:gas
227 …calGradientFromReference_ND(CeedInt N, CeedInt Q, CeedInt i, NewtonianIdealGasContext gas, State s, in StatePhysicalGradientFromReference_ND() argument
237 grad_s[k] = StateFromQ_fwd(gas, s, dqi, state_var); in StatePhysicalGradientFromReference_ND()
240 grad_s[2] = StateFromU(gas, U); in StatePhysicalGradientFromReference_ND()
250 grad_s[k] = StateFromQ_fwd(gas, s, dqi, state_var); in StatePhysicalGradientFromReference_ND()
292 NewtonianIdealGasContext gas; in IFunction_AdvectionGeneric() local
294 gas = &gas_struct; in IFunction_AdvectionGeneric()
298 const State s = StateFromU(gas, qi); in IFunction_AdvectionGeneric()
303 …StatePhysicalGradientFromReference_ND(dim, Q, i, gas, s, STATEVAR_CONSERVATIVE, grad_q, dXdx, grad… in IFunction_AdvectionGeneric()
375 NewtonianIdealGasContext gas = &gas_struct; in MassFunction_AdvectionGeneric() local
379 const State s = StateFromU(gas, qi); in MassFunction_AdvectionGeneric()
430 NewtonianIdealGasContext gas = &gas_struct; in RHSFunction_AdvectionGeneric() local
434 const State s = StateFromU(gas, qi); in RHSFunction_AdvectionGeneric()
439 …StatePhysicalGradientFromReference_ND(dim, Q, i, gas, s, STATEVAR_CONSERVATIVE, grad_q, dXdx, grad… in RHSFunction_AdvectionGeneric()