Lines Matching refs:ctx
34 CEED_QFUNCTION_HELPER int ICsNewtonianIG(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedSca… in ICsNewtonianIG() argument
37 const SetupContext context = (SetupContext)ctx; in ICsNewtonianIG()
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
68 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; 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
157 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in RHSFunction_Newtonian()
218 CEED_QFUNCTION_HELPER int IFunction_Newtonian(void *ctx, CeedInt Q, const CeedScalar *const *in, Ce… in IFunction_Newtonian() argument
228 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; 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
317 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; 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
396 const NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; 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 CEED_QFUNCTION_HELPER int BoundaryIntegral_Jacobian(void *ctx, CeedInt Q, const CeedScalar *const *… in BoundaryIntegral_Jacobian() argument
461 const NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; 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()