Home
last modified time | relevance | path

Searched refs:UnpackState_Y (Results 1 – 1 of 1) sorted by relevance

/honee/qfunctions/
H A Dnewtonian_state.h30 CEED_QFUNCTION_HELPER void UnpackState_Y(StatePrimitive s, CeedScalar Y[5]) { in UnpackState_Y() function
284 …teToY(NewtonianIGProperties gas, const State input, CeedScalar Y[5]) { UnpackState_Y(input.Y, Y); } in StateToY()