Lines Matching refs:in
34 CEED_QFUNCTION_HELPER int ICsNewtonianIG(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedSca… in ICsNewtonianIG() argument
48 CEED_QFUNCTION(ICsNewtonianIG_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScala… in ICsNewtonianIG_Conserv() argument
49 return ICsNewtonianIG(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in ICsNewtonianIG_Conserv()
52 CEED_QFUNCTION(ICsNewtonianIG_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *… in ICsNewtonianIG_Prim() argument
53 return ICsNewtonianIG(ctx, Q, in, out, STATEVAR_PRIMITIVE); in ICsNewtonianIG_Prim()
56 CEED_QFUNCTION(ICsNewtonianIG_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScala… in ICsNewtonianIG_Entropy() argument
57 return ICsNewtonianIG(ctx, Q, in, out, STATEVAR_ENTROPY); in ICsNewtonianIG_Entropy()
60 CEED_QFUNCTION_HELPER void MassFunction_Newtonian(void *ctx, CeedInt Q, const CeedScalar *const *in… in MassFunction_Newtonian() argument
62 const CeedScalar(*q_dot)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in MassFunction_Newtonian()
63 const CeedScalar(*q)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[1]; in MassFunction_Newtonian()
64 const CeedScalar(*q_data) = in[2]; in MassFunction_Newtonian()
99 CEED_QFUNCTION(MassFunction_Newtonian_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, C… in MassFunction_Newtonian_Conserv() argument
100 MassFunction_Newtonian(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in MassFunction_Newtonian_Conserv()
149 CEED_QFUNCTION(RHSFunction_Newtonian)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar… in RHSFunction_Newtonian() argument
150 const CeedScalar(*q)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in RHSFunction_Newtonian()
151 const CeedScalar(*Grad_q) = in[1]; in RHSFunction_Newtonian()
152 const CeedScalar(*q_data) = in[2]; in RHSFunction_Newtonian()
153 const CeedScalar(*x)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[3]; in RHSFunction_Newtonian()
218 CEED_QFUNCTION_HELPER int IFunction_Newtonian(void *ctx, CeedInt Q, const CeedScalar *const *in, Ce… in IFunction_Newtonian() argument
219 const CeedScalar(*q)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in IFunction_Newtonian()
220 const CeedScalar(*Grad_q) = in[1]; in IFunction_Newtonian()
221 const CeedScalar(*q_dot)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[2]; in IFunction_Newtonian()
222 const CeedScalar(*q_data) = in[3]; in IFunction_Newtonian()
223 const CeedScalar(*x)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[4]; in IFunction_Newtonian()
294 CEED_QFUNCTION(IFunction_Newtonian_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, Ceed… in IFunction_Newtonian_Conserv() argument
295 return IFunction_Newtonian(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in IFunction_Newtonian_Conserv()
298 CEED_QFUNCTION(IFunction_Newtonian_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedSca… in IFunction_Newtonian_Prim() argument
299 return IFunction_Newtonian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in IFunction_Newtonian_Prim()
302 CEED_QFUNCTION(IFunction_Newtonian_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, Ceed… in IFunction_Newtonian_Entropy() argument
303 return IFunction_Newtonian(ctx, Q, in, out, STATEVAR_ENTROPY); in IFunction_Newtonian_Entropy()
309 CEED_QFUNCTION_HELPER int IJacobian_Newtonian(void *ctx, CeedInt Q, const CeedScalar *const *in, Ce… in IJacobian_Newtonian() argument
310 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in IJacobian_Newtonian()
311 const CeedScalar(*Grad_dq) = in[1]; in IJacobian_Newtonian()
312 const CeedScalar(*q_data) = in[2]; in IJacobian_Newtonian()
313 const CeedScalar(*jac_data) = in[3]; in IJacobian_Newtonian()
380 CEED_QFUNCTION(IJacobian_Newtonian_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, Ceed… in IJacobian_Newtonian_Conserv() argument
381 return IJacobian_Newtonian(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in IJacobian_Newtonian_Conserv()
384 CEED_QFUNCTION(IJacobian_Newtonian_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedSca… in IJacobian_Newtonian_Prim() argument
385 return IJacobian_Newtonian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in IJacobian_Newtonian_Prim()
388 CEED_QFUNCTION(IJacobian_Newtonian_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, Ceed… in IJacobian_Newtonian_Entropy() argument
389 return IJacobian_Newtonian(ctx, Q, in, out, STATEVAR_ENTROPY); in IJacobian_Newtonian_Entropy()
395 CEED_QFUNCTION_HELPER int BoundaryIntegral(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedS… in BoundaryIntegral() argument
397 const CeedScalar(*q)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in BoundaryIntegral()
398 const CeedScalar(*Grad_q) = in[1]; in BoundaryIntegral()
399 const CeedScalar(*q_data_sur) = in[2]; in BoundaryIntegral()
438 CEED_QFUNCTION(BoundaryIntegral_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedSca… in BoundaryIntegral_Conserv() argument
439 return BoundaryIntegral(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in BoundaryIntegral_Conserv()
442 CEED_QFUNCTION(BoundaryIntegral_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar… in BoundaryIntegral_Prim() argument
443 return BoundaryIntegral(ctx, Q, in, out, STATEVAR_PRIMITIVE); in BoundaryIntegral_Prim()
446 CEED_QFUNCTION(BoundaryIntegral_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedSca… in BoundaryIntegral_Entropy() argument
447 return BoundaryIntegral(ctx, Q, in, out, STATEVAR_ENTROPY); in BoundaryIntegral_Entropy()
453 …t BoundaryIntegral_Jacobian(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *… in BoundaryIntegral_Jacobian() argument
455 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in BoundaryIntegral_Jacobian()
456 const CeedScalar(*Grad_dq) = in[1]; in BoundaryIntegral_Jacobian()
457 const CeedScalar(*q_data_sur) = in[2]; in BoundaryIntegral_Jacobian()
458 const CeedScalar(*jac_data_sur) = in[4]; in BoundaryIntegral_Jacobian()
498 CEED_QFUNCTION(BoundaryIntegral_Jacobian_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in… in BoundaryIntegral_Jacobian_Conserv() argument
499 return BoundaryIntegral_Jacobian(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in BoundaryIntegral_Jacobian_Conserv()
502 CEED_QFUNCTION(BoundaryIntegral_Jacobian_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, C… in BoundaryIntegral_Jacobian_Prim() argument
503 return BoundaryIntegral_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in BoundaryIntegral_Jacobian_Prim()
506 CEED_QFUNCTION(BoundaryIntegral_Jacobian_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in… in BoundaryIntegral_Jacobian_Entropy() argument
507 return BoundaryIntegral_Jacobian(ctx, Q, in, out, STATEVAR_ENTROPY); in BoundaryIntegral_Jacobian_Entropy()