Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dbc_freestream.c465 const CeedScalar Y0[5] = {p, u[0], u[1], u[2], T}; in TestTotalSpecificEnthalpy_fwd() local
468 State state0 = StateFromY(gas, Y0); in TestTotalSpecificEnthalpy_fwd()
475 dY[i] = Y0[i]; in TestTotalSpecificEnthalpy_fwd()
482 CeedScalar Y1[5] = {Y0[0], Y0[1], Y0[2], Y0[3], Y0[4]}; in TestTotalSpecificEnthalpy_fwd()
H A Dnewtonian.c126 const CeedScalar Y0[5] = {P, u[0], u[1], u[2], T}; in UnitTests_Newtonian() local
134 PetscCall(TestState(STATEVAR_PRIMITIVE, STATEVAR_CONSERVATIVE, gas, Y0, rtol, rtol, rtol)); in UnitTests_Newtonian()
135 PetscCall(TestState(STATEVAR_PRIMITIVE, STATEVAR_ENTROPY, gas, Y0, rtol, rtol, rtol)); in UnitTests_Newtonian()
145 PetscCall(TestState_fwd(STATEVAR_PRIMITIVE, STATEVAR_CONSERVATIVE, gas, Y0, rtol, rtol, rtol)); in UnitTests_Newtonian()
146 PetscCall(TestState_fwd(STATEVAR_PRIMITIVE, STATEVAR_ENTROPY, gas, Y0, rtol, rtol, rtol)); in UnitTests_Newtonian()