Lines Matching refs:out
164 …FUNCTION(ICsAdvection)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in ICsAdvection() argument
166 CeedScalar(*q0)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in ICsAdvection()
181 …NCTION(ICsAdvection2d)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in ICsAdvection2d() argument
183 CeedScalar(*q0)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in ICsAdvection2d()
280 …onGeneric(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, CeedInt dim) { in IFunction_AdvectionGeneric() argument
286 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in IFunction_AdvectionGeneric()
287 CeedScalar(*grad_v)[5][CEED_Q_VLA] = (CeedScalar(*)[5][CEED_Q_VLA])out[1]; in IFunction_AdvectionGeneric()
288 CeedScalar *jac_data = out[2]; in IFunction_AdvectionGeneric()
355 …N(IFunction_Advection)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in IFunction_Advection() argument
356 IFunction_AdvectionGeneric(ctx, Q, in, out, 3); in IFunction_Advection()
360 …IFunction_Advection2d)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in IFunction_Advection2d() argument
361 IFunction_AdvectionGeneric(ctx, Q, in, out, 2); in IFunction_Advection2d()
365 …onGeneric(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, CeedInt dim) { in MassFunction_AdvectionGeneric() argument
370 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in MassFunction_AdvectionGeneric()
371 CeedScalar(*grad_v)[5][CEED_Q_VLA] = (CeedScalar(*)[5][CEED_Q_VLA])out[1]; in MassFunction_AdvectionGeneric()
407 …assFunction_Advection)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in MassFunction_Advection() argument
408 MassFunction_AdvectionGeneric(ctx, Q, in, out, 3); in MassFunction_Advection()
412 …sFunction_Advection2D)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in MassFunction_Advection2D() argument
413 MassFunction_AdvectionGeneric(ctx, Q, in, out, 2); in MassFunction_Advection2D()
420 …onGeneric(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, CeedInt dim) { in RHSFunction_AdvectionGeneric() argument
425 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in RHSFunction_AdvectionGeneric()
426 CeedScalar(*grad_v)[5][CEED_Q_VLA] = (CeedScalar(*)[5][CEED_Q_VLA])out[1]; in RHSFunction_AdvectionGeneric()
487 …UNCTION(RHS_Advection)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in RHS_Advection() argument
488 RHSFunction_AdvectionGeneric(ctx, Q, in, out, 3); in RHS_Advection()
492 …CTION(RHS_Advection2d)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in RHS_Advection2d() argument
493 RHSFunction_AdvectionGeneric(ctx, Q, in, out, 2); in RHS_Advection2d()
511 …wGeneric)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, CeedInt dim) { in Advection_InOutFlowGeneric() argument
515 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in Advection_InOutFlowGeneric()
546 …N(Advection_InOutFlow)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Advection_InOutFlow() argument
547 Advection_InOutFlowGeneric(ctx, Q, in, out, 3); in Advection_InOutFlow()
551 …Advection2d_InOutFlow)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Advection2d_InOutFlow() argument
552 Advection_InOutFlowGeneric(ctx, Q, in, out, 2); in Advection2d_InOutFlow()