Lines Matching refs:in
37 CEED_QFUNCTION_HELPER int RiemannOutflow(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedSca… in RiemannOutflow() argument
39 const CeedScalar(*q)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in RiemannOutflow()
40 const CeedScalar(*Grad_q) = in[1]; in RiemannOutflow()
41 const CeedScalar(*q_data_sur) = in[2]; in RiemannOutflow()
90 CEED_QFUNCTION(RiemannOutflow_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScala… in RiemannOutflow_Conserv() argument
91 return RiemannOutflow(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in RiemannOutflow_Conserv()
94 CEED_QFUNCTION(RiemannOutflow_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *… in RiemannOutflow_Prim() argument
95 return RiemannOutflow(ctx, Q, in, out, STATEVAR_PRIMITIVE); in RiemannOutflow_Prim()
98 CEED_QFUNCTION(RiemannOutflow_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScala… in RiemannOutflow_Entropy() argument
99 return RiemannOutflow(ctx, Q, in, out, STATEVAR_ENTROPY); in RiemannOutflow_Entropy()
105 CEED_QFUNCTION_HELPER int RiemannOutflow_Jacobian(void *ctx, CeedInt Q, const CeedScalar *const *in… in RiemannOutflow_Jacobian() argument
107 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in RiemannOutflow_Jacobian()
108 const CeedScalar(*Grad_dq) = in[1]; in RiemannOutflow_Jacobian()
109 const CeedScalar(*q_data_sur) = in[2]; in RiemannOutflow_Jacobian()
110 const CeedScalar(*jac_data_sur) = in[4]; in RiemannOutflow_Jacobian()
166 CEED_QFUNCTION(RiemannOutflow_Jacobian_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, … in RiemannOutflow_Jacobian_Conserv() argument
167 return RiemannOutflow_Jacobian(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in RiemannOutflow_Jacobian_Conserv()
170 CEED_QFUNCTION(RiemannOutflow_Jacobian_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, Cee… in RiemannOutflow_Jacobian_Prim() argument
171 return RiemannOutflow_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in RiemannOutflow_Jacobian_Prim()
174 CEED_QFUNCTION(RiemannOutflow_Jacobian_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, … in RiemannOutflow_Jacobian_Entropy() argument
175 return RiemannOutflow_Jacobian(ctx, Q, in, out, STATEVAR_ENTROPY); in RiemannOutflow_Jacobian_Entropy()
185 CEED_QFUNCTION_HELPER int PressureOutflow(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedSc… in PressureOutflow() argument
187 const CeedScalar(*q)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in PressureOutflow()
188 const CeedScalar(*Grad_q) = in[1]; in PressureOutflow()
189 const CeedScalar(*q_data_sur) = in[2]; in PressureOutflow()
231 CEED_QFUNCTION(PressureOutflow_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScal… in PressureOutflow_Conserv() argument
232 return PressureOutflow(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in PressureOutflow_Conserv()
235 CEED_QFUNCTION(PressureOutflow_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar … in PressureOutflow_Prim() argument
236 return PressureOutflow(ctx, Q, in, out, STATEVAR_PRIMITIVE); in PressureOutflow_Prim()
239 CEED_QFUNCTION(PressureOutflow_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScal… in PressureOutflow_Entropy() argument
240 return PressureOutflow(ctx, Q, in, out, STATEVAR_ENTROPY); in PressureOutflow_Entropy()
246 …nt PressureOutflow_Jacobian(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *… in PressureOutflow_Jacobian() argument
248 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in PressureOutflow_Jacobian()
249 const CeedScalar(*Grad_dq) = in[1]; in PressureOutflow_Jacobian()
250 const CeedScalar(*q_data_sur) = in[2]; in PressureOutflow_Jacobian()
251 const CeedScalar(*jac_data_sur) = in[4]; in PressureOutflow_Jacobian()
294 CEED_QFUNCTION(PressureOutflow_Jacobian_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in,… in PressureOutflow_Jacobian_Conserv() argument
295 return PressureOutflow_Jacobian(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in PressureOutflow_Jacobian_Conserv()
298 CEED_QFUNCTION(PressureOutflow_Jacobian_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, Ce… in PressureOutflow_Jacobian_Prim() argument
299 return PressureOutflow_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in PressureOutflow_Jacobian_Prim()
302 CEED_QFUNCTION(PressureOutflow_Jacobian_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in,… in PressureOutflow_Jacobian_Entropy() argument
303 return PressureOutflow_Jacobian(ctx, Q, in, out, STATEVAR_ENTROPY); in PressureOutflow_Jacobian_Entropy()