Lines Matching refs:out

18 …ildStatsCollection_CflPe(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out,  in ChildStatsCollection_CflPe()  argument
22 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in ChildStatsCollection_CflPe()
72 …Collection_3D_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in ChildStatsCollection_3D_Conserv() argument
73 return ChildStatsCollection_CflPe(ctx, Q, in, out, STATEVAR_CONSERVATIVE, 3); in ChildStatsCollection_3D_Conserv()
76 …atsCollection_3D_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in ChildStatsCollection_3D_Prim() argument
77 return ChildStatsCollection_CflPe(ctx, Q, in, out, STATEVAR_PRIMITIVE, 3); in ChildStatsCollection_3D_Prim()
80 …Collection_3D_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in ChildStatsCollection_3D_Entropy() argument
81 return ChildStatsCollection_CflPe(ctx, Q, in, out, STATEVAR_ENTROPY, 3); in ChildStatsCollection_3D_Entropy()
84 …Collection_2D_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in ChildStatsCollection_2D_Conserv() argument
85 return ChildStatsCollection_CflPe(ctx, Q, in, out, STATEVAR_CONSERVATIVE, 2); in ChildStatsCollection_2D_Conserv()
88 …atsCollection_2D_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in ChildStatsCollection_2D_Prim() argument
89 return ChildStatsCollection_CflPe(ctx, Q, in, out, STATEVAR_PRIMITIVE, 2); in ChildStatsCollection_2D_Prim()
92 …Collection_2D_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in ChildStatsCollection_2D_Entropy() argument
93 return ChildStatsCollection_CflPe(ctx, Q, in, out, STATEVAR_ENTROPY, 2); in ChildStatsCollection_2D_Entropy()