Lines Matching defs:s
24 CEED_QFUNCTION_HELPER void UnpackState_U(StateConservative s, CeedScalar U[5]) { in UnpackState_U()
30 CEED_QFUNCTION_HELPER void UnpackState_Y(StatePrimitive s, CeedScalar Y[5]) { in UnpackState_Y()
36 CEED_QFUNCTION_HELPER void UnpackState_V(StateEntropy s, CeedScalar V[5]) { in UnpackState_V()
52 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy(NewtonianIGProperties gas, const State s) { in TotalSpecificEnthalpy()
58 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy_fwd(NewtonianIGProperties gas, const State s… in TotalSpecificEnthalpy_fwd()
75 …ePrimitive StatePrimitiveFromConservative_fwd(NewtonianIGProperties gas, State s, StateConservativ… in StatePrimitiveFromConservative_fwd()
105 CEED_QFUNCTION_HELPER StateEntropy StateEntropyFromPrimitive_fwd(NewtonianIGProperties gas, State s… in StateEntropyFromPrimitive_fwd()
135 … StatePrimitive StatePrimitiveFromEntropy_fwd(NewtonianIGProperties gas, State s, StateEntropy dV)… in StatePrimitiveFromEntropy_fwd()
159 …nservative StateConservativeFromPrimitive_fwd(NewtonianIGProperties gas, State s, StatePrimitive d… in StateConservativeFromPrimitive_fwd()
189 …StateEntropy StateEntropyFromConservative_fwd(NewtonianIGProperties gas, State s, StateConservativ… in StateEntropyFromConservative_fwd()
224 …Conservative StateConservativeFromEntropy_fwd(NewtonianIGProperties gas, State s, StateEntropy dV)… in StateConservativeFromEntropy_fwd()
248 State s; in StateFromPrimitive() local
254 CEED_QFUNCTION_HELPER State StateFromPrimitive_fwd(NewtonianIGProperties gas, State s, StatePrimiti… in StateFromPrimitive_fwd()
324 State s; in StateFromU() local
334 CEED_QFUNCTION_HELPER State StateFromU_fwd(NewtonianIGProperties gas, State s, const CeedScalar dU[… in StateFromU_fwd()
346 State s; in StateFromY() local
356 CEED_QFUNCTION_HELPER State StateFromY_fwd(NewtonianIGProperties gas, State s, const CeedScalar dY[… in StateFromY_fwd()
368 State s; in StateFromV() local
380 CEED_QFUNCTION_HELPER State StateFromV_fwd(NewtonianIGProperties gas, State s, const CeedScalar dV[… in StateFromV_fwd()
394 State s; in StateFromQ() local
409 CEED_QFUNCTION_HELPER State StateFromQ_fwd(NewtonianIGProperties gas, State s, const CeedScalar dQ[… in StateFromQ_fwd()
425 CEED_QFUNCTION_HELPER void FluxInviscid(const NewtonianIGProperties gas, const State s, StateConser… in FluxInviscid()
433 CEED_QFUNCTION_HELPER void FluxInviscid_fwd(const NewtonianIGProperties gas, const State s, const S… in FluxInviscid_fwd()
443 …teConservative FluxInviscidDotNormal(const NewtonianIGProperties gas, const State s, const CeedSca… in FluxInviscidDotNormal()
454 …nservative FluxInviscidDotNormal_fwd(const NewtonianIGProperties gas, const State s, const State d… in FluxInviscidDotNormal_fwd()
466 CEED_QFUNCTION_HELPER void FluxInviscidStrong(const NewtonianIGProperties gas, const State s, const… in FluxInviscidStrong()
581 …alGradientFromReference(CeedInt Q, CeedInt i, NewtonianIGProperties gas, State s, StateVariable st… in StatePhysicalGradientFromReference()
595 …atePhysicalGradientFromReference_Boundary(CeedInt Q, CeedInt i, NewtonianIGProperties gas, State s, in StatePhysicalGradientFromReference_Boundary()