Lines Matching refs:State
29 } State; typedef
59 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy(NewtonianIdealGasContext gas, const State s)… in TotalSpecificEnthalpy()
65 …CeedScalar TotalSpecificEnthalpy_fwd(NewtonianIdealGasContext gas, const State s, const State ds) { in TotalSpecificEnthalpy_fwd()
82 …rimitive StatePrimitiveFromConservative_fwd(NewtonianIdealGasContext gas, State s, StateConservati… in StatePrimitiveFromConservative_fwd()
112 … StateEntropy StateEntropyFromPrimitive_fwd(NewtonianIdealGasContext gas, State s, StatePrimitive … in StateEntropyFromPrimitive_fwd()
142 …tatePrimitive StatePrimitiveFromEntropy_fwd(NewtonianIdealGasContext gas, State s, StateEntropy dV… in StatePrimitiveFromEntropy_fwd()
166 …ervative StateConservativeFromPrimitive_fwd(NewtonianIdealGasContext gas, State s, StatePrimitive … in StateConservativeFromPrimitive_fwd()
196 …ateEntropy StateEntropyFromConservative_fwd(NewtonianIdealGasContext gas, State s, StateConservati… in StateEntropyFromConservative_fwd()
231 …nservative StateConservativeFromEntropy_fwd(NewtonianIdealGasContext gas, State s, StateEntropy dV… in StateConservativeFromEntropy_fwd()
253 CEED_QFUNCTION_HELPER State StateFromPrimitive(NewtonianIdealGasContext gas, StatePrimitive Y) { in StateFromPrimitive()
255 State s; in StateFromPrimitive()
261 CEED_QFUNCTION_HELPER State StateFromPrimitive_fwd(NewtonianIdealGasContext gas, State s, StatePrim… in StateFromPrimitive_fwd()
263 State ds; in StateFromPrimitive_fwd()
289 CEED_QFUNCTION_HELPER void StateToU(NewtonianIdealGasContext gas, const State input, CeedScalar U[5… in StateToU()
291 CEED_QFUNCTION_HELPER void StateToY(NewtonianIdealGasContext gas, const State input, CeedScalar Y[5… in StateToY()
293 CEED_QFUNCTION_HELPER void StateToV(NewtonianIdealGasContext gas, const State input, CeedScalar V[5… in StateToV()
298 CEED_QFUNCTION_HELPER void StateToQ(NewtonianIdealGasContext gas, const State input, CeedScalar Q[5… in StateToQ()
312 …ON_HELPER void StateToQ_fwd(NewtonianIdealGasContext gas, const State input, const State dinput, C… in StateToQ_fwd()
328 CEED_QFUNCTION_HELPER State StateFromU(NewtonianIdealGasContext gas, const CeedScalar U[5]) { in StateFromU()
329 State s; in StateFromU()
339 CEED_QFUNCTION_HELPER State StateFromU_fwd(NewtonianIdealGasContext gas, State s, const CeedScalar … in StateFromU_fwd()
340 State ds; in StateFromU_fwd()
350 CEED_QFUNCTION_HELPER State StateFromY(NewtonianIdealGasContext gas, const CeedScalar Y[5]) { in StateFromY()
351 State s; in StateFromY()
361 CEED_QFUNCTION_HELPER State StateFromY_fwd(NewtonianIdealGasContext gas, State s, const CeedScalar … in StateFromY_fwd()
362 State ds; in StateFromY_fwd()
372 CEED_QFUNCTION_HELPER State StateFromV(NewtonianIdealGasContext gas, const CeedScalar V[5]) { in StateFromV()
373 State s; in StateFromV()
385 CEED_QFUNCTION_HELPER State StateFromV_fwd(NewtonianIdealGasContext gas, State s, const CeedScalar … in StateFromV_fwd()
386 State ds; in StateFromV_fwd()
398 CEED_QFUNCTION_HELPER State StateFromQ(NewtonianIdealGasContext gas, const CeedScalar Q[5], StateVa… in StateFromQ()
399 State s; in StateFromQ()
414 CEED_QFUNCTION_HELPER State StateFromQ_fwd(NewtonianIdealGasContext gas, State s, const CeedScalar … in StateFromQ_fwd()
415 State ds; in StateFromQ_fwd()
430 CEED_QFUNCTION_HELPER void FluxInviscid(NewtonianIdealGasContext gas, State s, StateConservative Fl… in FluxInviscid()
438 CEED_QFUNCTION_HELPER void FluxInviscid_fwd(NewtonianIdealGasContext gas, State s, State ds, StateC… in FluxInviscid_fwd()
448 CEED_QFUNCTION_HELPER StateConservative FluxInviscidDotNormal(NewtonianIdealGasContext gas, State s… in FluxInviscidDotNormal()
459 …Conservative FluxInviscidDotNormal_fwd(NewtonianIdealGasContext gas, State s, State ds, const Ceed… in FluxInviscidDotNormal_fwd()
470 CEED_QFUNCTION_HELPER void FluxInviscidStrong(NewtonianIdealGasContext gas, State s, State ds[3], C… in FluxInviscidStrong()
514 CEED_QFUNCTION_HELPER void VelocityGradient(const State grad_s[3], CeedScalar grad_velocity[3][3]) { in VelocityGradient()
537 CEED_QFUNCTION_HELPER void KMStrainRate_State(const State grad_s[3], CeedScalar strain_rate[6]) { in KMStrainRate_State()
563 …d ViscousEnergyFlux(NewtonianIdealGasContext gas, StatePrimitive Y, const State grad_s[3], const C… in ViscousEnergyFlux()
570 …Flux_fwd(NewtonianIdealGasContext gas, StatePrimitive Y, StatePrimitive dY, const State grad_ds[3], in ViscousEnergyFlux_fwd()
578 CEED_QFUNCTION_HELPER void Vorticity(const State grad_s[3], CeedScalar vorticity[3]) { in Vorticity()
584 …GradientFromReference(CeedInt Q, CeedInt i, NewtonianIdealGasContext gas, State s, StateVariable s… in StatePhysicalGradientFromReference()
585 … const CeedScalar *grad_q, const CeedScalar dXdx[3][3], State grad_s[3]) { in StatePhysicalGradientFromReference()
596 …PhysicalGradientFromReference_Boundary(CeedInt Q, CeedInt i, NewtonianIdealGasContext gas, State s, in StatePhysicalGradientFromReference_Boundary()
598 State grad_s[3]) { in StatePhysicalGradientFromReference_Boundary()