Lines Matching refs:context
33 const ChannelContext context = (ChannelContext)ctx; in Exact_Channel() local
34 const CeedScalar theta0 = context->theta0; in Exact_Channel()
35 const CeedScalar P0 = context->P0; in Exact_Channel()
36 const CeedScalar umax = context->umax; in Exact_Channel()
37 const CeedScalar center = context->center; in Exact_Channel()
38 const CeedScalar H = context->H; in Exact_Channel()
39 NewtonianIdealGasContext gas = &context->newtonian_ctx; in Exact_Channel()
70 const ChannelContext context = (ChannelContext)ctx; in ICsChannel() local
71 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in ICsChannel()
92 const ChannelContext context = (ChannelContext)ctx; in Channel_Inflow() local
93 const bool is_implicit = context->implicit; in Channel_Inflow()
94 NewtonianIdealGasContext gas = &context->newtonian_ctx; in Channel_Inflow()
95 const CeedScalar gamma = HeatCapacityRatio(&context->newtonian_ctx); in Channel_Inflow()
153 const ChannelContext context = (ChannelContext)ctx; in Channel_Outflow() local
154 const bool is_implicit = context->implicit; in Channel_Outflow()
170 const CeedScalar P = context->P0; // pressure in Channel_Outflow()