Home
last modified time | relevance | path

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

/honee/problems/
H A Dbc_freestream.c424 const CeedScalar Y0[5] = {p, u[0], u[1], u[2], T}; in TestTotalSpecificEnthalpy_fwd() local
427 State state0 = StateFromY(gas, Y0); in TestTotalSpecificEnthalpy_fwd()
434 dY[i] = Y0[i]; in TestTotalSpecificEnthalpy_fwd()
441 CeedScalar Y1[5] = {Y0[0], Y0[1], Y0[2], Y0[3], Y0[4]}; in TestTotalSpecificEnthalpy_fwd()
H A Dnewtonian.c750 const CeedScalar Y0[5] = {P, u[0], u[1], u[2], T}; in UnitTests_Newtonian() local
756 PetscCall(TestState(STATEVAR_PRIMITIVE, STATEVAR_CONSERVATIVE, gas, Y0, rtol, rtol, rtol)); in UnitTests_Newtonian()
757 PetscCall(TestState(STATEVAR_PRIMITIVE, STATEVAR_ENTROPY, gas, Y0, rtol, rtol, rtol)); in UnitTests_Newtonian()
764 PetscCall(TestState_fwd(STATEVAR_PRIMITIVE, STATEVAR_CONSERVATIVE, gas, Y0, rtol, rtol, rtol)); in UnitTests_Newtonian()
765 PetscCall(TestState_fwd(STATEVAR_PRIMITIVE, STATEVAR_ENTROPY, gas, Y0, rtol, rtol, rtol)); in UnitTests_Newtonian()