Lines Matching refs:out

37 …flow(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, StateVariable stat…  in RiemannOutflow()  argument
42 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in RiemannOutflow()
43 CeedScalar(*jac_data_sur) = outflow->newt_ctx.is_implicit ? out[1] : NULL; in RiemannOutflow()
90 …iemannOutflow_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in RiemannOutflow_Conserv() argument
91 return RiemannOutflow(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in RiemannOutflow_Conserv()
94 …N(RiemannOutflow_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in RiemannOutflow_Prim() argument
95 return RiemannOutflow(ctx, Q, in, out, STATEVAR_PRIMITIVE); in RiemannOutflow_Prim()
98 …iemannOutflow_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in RiemannOutflow_Entropy() argument
99 return RiemannOutflow(ctx, Q, in, out, STATEVAR_ENTROPY); in RiemannOutflow_Entropy()
105 … RiemannOutflow_Jacobian(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, in RiemannOutflow_Jacobian() argument
111 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in RiemannOutflow_Jacobian()
166 …flow_Jacobian_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in RiemannOutflow_Jacobian_Conserv() argument
167 return RiemannOutflow_Jacobian(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in RiemannOutflow_Jacobian_Conserv()
170 …Outflow_Jacobian_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in RiemannOutflow_Jacobian_Prim() argument
171 return RiemannOutflow_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in RiemannOutflow_Jacobian_Prim()
174 …flow_Jacobian_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in RiemannOutflow_Jacobian_Entropy() argument
175 return RiemannOutflow_Jacobian(ctx, Q, in, out, STATEVAR_ENTROPY); in RiemannOutflow_Jacobian_Entropy()
185 …flow(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, StateVariable stat… in PressureOutflow() argument
190 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in PressureOutflow()
191 CeedScalar(*jac_data_sur) = outflow->newt_ctx.is_implicit ? out[1] : NULL; in PressureOutflow()
231 …essureOutflow_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in PressureOutflow_Conserv() argument
232 return PressureOutflow(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in PressureOutflow_Conserv()
235 …(PressureOutflow_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in PressureOutflow_Prim() argument
236 return PressureOutflow(ctx, Q, in, out, STATEVAR_PRIMITIVE); in PressureOutflow_Prim()
239 …essureOutflow_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in PressureOutflow_Entropy() argument
240 return PressureOutflow(ctx, Q, in, out, STATEVAR_ENTROPY); in PressureOutflow_Entropy()
246 …PressureOutflow_Jacobian(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, in PressureOutflow_Jacobian() argument
252 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in PressureOutflow_Jacobian()
294 …flow_Jacobian_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in PressureOutflow_Jacobian_Conserv() argument
295 return PressureOutflow_Jacobian(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in PressureOutflow_Jacobian_Conserv()
298 …Outflow_Jacobian_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in PressureOutflow_Jacobian_Prim() argument
299 return PressureOutflow_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in PressureOutflow_Jacobian_Prim()
302 …flow_Jacobian_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in PressureOutflow_Jacobian_Entropy() argument
303 return PressureOutflow_Jacobian(ctx, Q, in, out, STATEVAR_ENTROPY); in PressureOutflow_Jacobian_Entropy()