Lines Matching refs:State
22 } State; typedef
52 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy(NewtonianIGProperties gas, const State s) { in TotalSpecificEnthalpy()
58 …ER CeedScalar TotalSpecificEnthalpy_fwd(NewtonianIGProperties gas, const State s, const State ds) { in TotalSpecificEnthalpy_fwd()
75 …tePrimitive StatePrimitiveFromConservative_fwd(NewtonianIGProperties gas, State s, StateConservati… in StatePrimitiveFromConservative_fwd()
105 CEED_QFUNCTION_HELPER StateEntropy StateEntropyFromPrimitive_fwd(NewtonianIGProperties gas, State s… in StateEntropyFromPrimitive_fwd()
135 CEED_QFUNCTION_HELPER StatePrimitive StatePrimitiveFromEntropy_fwd(NewtonianIGProperties gas, State… in StatePrimitiveFromEntropy_fwd()
159 …onservative StateConservativeFromPrimitive_fwd(NewtonianIGProperties gas, State s, StatePrimitive … in StateConservativeFromPrimitive_fwd()
189 … StateEntropy StateEntropyFromConservative_fwd(NewtonianIGProperties gas, State s, StateConservati… in StateEntropyFromConservative_fwd()
224 …eConservative StateConservativeFromEntropy_fwd(NewtonianIGProperties gas, State s, StateEntropy dV… in StateConservativeFromEntropy_fwd()
246 CEED_QFUNCTION_HELPER State StateFromPrimitive(NewtonianIGProperties gas, StatePrimitive Y) { in StateFromPrimitive()
248 State s; in StateFromPrimitive()
254 CEED_QFUNCTION_HELPER State StateFromPrimitive_fwd(NewtonianIGProperties gas, State s, StatePrimiti… in StateFromPrimitive_fwd()
256 State ds; in StateFromPrimitive_fwd()
282 CEED_QFUNCTION_HELPER void StateToU(NewtonianIGProperties gas, const State input, CeedScalar U[5]) … in StateToU()
284 CEED_QFUNCTION_HELPER void StateToY(NewtonianIGProperties gas, const State input, CeedScalar Y[5]) … in StateToY()
286 CEED_QFUNCTION_HELPER void StateToV(NewtonianIGProperties gas, const State input, CeedScalar V[5]) { in StateToV()
291 CEED_QFUNCTION_HELPER void StateToQ(NewtonianIGProperties gas, const State input, CeedScalar Q[5], … in StateToQ()
308 CEED_QFUNCTION_HELPER void StateToQ_fwd(NewtonianIGProperties gas, const State input, const State d… in StateToQ_fwd()
323 CEED_QFUNCTION_HELPER State StateFromU(NewtonianIGProperties gas, const CeedScalar U[5]) { in StateFromU()
324 State s; in StateFromU()
334 CEED_QFUNCTION_HELPER State StateFromU_fwd(NewtonianIGProperties gas, State s, const CeedScalar dU[… in StateFromU_fwd()
335 State ds; in StateFromU_fwd()
345 CEED_QFUNCTION_HELPER State StateFromY(NewtonianIGProperties gas, const CeedScalar Y[5]) { in StateFromY()
346 State s; in StateFromY()
356 CEED_QFUNCTION_HELPER State StateFromY_fwd(NewtonianIGProperties gas, State s, const CeedScalar dY[… in StateFromY_fwd()
357 State ds; in StateFromY_fwd()
367 CEED_QFUNCTION_HELPER State StateFromV(NewtonianIGProperties gas, const CeedScalar V[5]) { in StateFromV()
368 State s; in StateFromV()
380 CEED_QFUNCTION_HELPER State StateFromV_fwd(NewtonianIGProperties gas, State s, const CeedScalar dV[… in StateFromV_fwd()
381 State ds; in StateFromV_fwd()
393 CEED_QFUNCTION_HELPER State StateFromQ(NewtonianIGProperties gas, const CeedScalar Q[5], StateVaria… in StateFromQ()
394 State s; in StateFromQ()
409 CEED_QFUNCTION_HELPER State StateFromQ_fwd(NewtonianIGProperties gas, State s, const CeedScalar dQ[… in StateFromQ_fwd()
410 State ds; in StateFromQ_fwd()
425 CEED_QFUNCTION_HELPER void FluxInviscid(const NewtonianIGProperties gas, const State s, StateConser… in FluxInviscid()
433 …LPER void FluxInviscid_fwd(const NewtonianIGProperties gas, const State s, const State ds, StateCo… in FluxInviscid_fwd()
443 …Conservative FluxInviscidDotNormal(const NewtonianIGProperties gas, const State s, const CeedScala… in FluxInviscidDotNormal()
454 …servative FluxInviscidDotNormal_fwd(const NewtonianIGProperties gas, const State s, const State ds, in FluxInviscidDotNormal_fwd()
466 …ER void FluxInviscidStrong(const NewtonianIGProperties gas, const State s, const State ds[3], Ceed… in FluxInviscidStrong()
511 CEED_QFUNCTION_HELPER void VelocityGradient(const State grad_s[3], CeedScalar grad_velocity[3][3]) { in VelocityGradient()
534 CEED_QFUNCTION_HELPER void KMStrainRate_State(const State grad_s[3], CeedScalar strain_rate[6]) { in KMStrainRate_State()
560 …void ViscousEnergyFlux(NewtonianIGProperties gas, StatePrimitive Y, const State grad_s[3], const C… in ViscousEnergyFlux()
567 …rgyFlux_fwd(NewtonianIGProperties gas, StatePrimitive Y, StatePrimitive dY, const State grad_ds[3], in ViscousEnergyFlux_fwd()
575 CEED_QFUNCTION_HELPER void Vorticity(const State grad_s[3], CeedScalar vorticity[3]) { in Vorticity()
581 …calGradientFromReference(CeedInt Q, CeedInt i, NewtonianIGProperties gas, State s, StateVariable s… in StatePhysicalGradientFromReference()
582 … const CeedScalar *grad_q, const CeedScalar dXdx[3][3], State grad_s[3]) { in StatePhysicalGradientFromReference()
595 …atePhysicalGradientFromReference_Boundary(CeedInt Q, CeedInt i, NewtonianIGProperties gas, State s, in StatePhysicalGradientFromReference_Boundary()
597 State grad_s[3]) { in StatePhysicalGradientFromReference_Boundary()