Lines Matching refs:context
25 const ChannelContext context = (ChannelContext)ctx; in Exact_Channel() local
26 const CeedScalar theta0 = context->theta0; in Exact_Channel()
27 const CeedScalar P0 = context->P0; in Exact_Channel()
28 const CeedScalar umax = context->umax; in Exact_Channel()
29 const CeedScalar center = context->center; in Exact_Channel()
30 const CeedScalar H = context->H; in Exact_Channel()
31 NewtonianIGProperties gas = context->newt_ctx.gas; in Exact_Channel()
62 const ChannelContext context = (ChannelContext)ctx; in ICsChannel() local
63 NewtonianIGProperties gas = context->newt_ctx.gas; in ICsChannel()
69 StateToQ(gas, s, q, context->newt_ctx.state_var); in ICsChannel()
84 const ChannelContext context = (ChannelContext)ctx; in Channel_Inflow() local
85 const bool is_implicit = context->implicit; in Channel_Inflow()
86 NewtonianIGProperties gas = context->newt_ctx.gas; in Channel_Inflow()
145 const ChannelContext context = (ChannelContext)ctx; in Channel_Outflow() local
146 const bool is_implicit = context->implicit; in Channel_Outflow()
162 const CeedScalar P = context->P0; // pressure in Channel_Outflow()