Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dbc_outflow.h63 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow()
143 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow_Jacobian()
H A Dnewtonian_state.h246 CEED_QFUNCTION_HELPER State StateFromPrimitive(NewtonianIGProperties gas, StatePrimitive Y) { in StateFromPrimitive() function
H A Dnewtonian.h24 State s = StateFromPrimitive(gas, context->reference); in ICsNewtonianIG()
/honee/problems/
H A Dblasius.c190 State S_infty = StateFromPrimitive(newtonian_ig_ctx->gas, Y_inf); in NS_BLASIUS()
H A Dbc_freestream.c141 State S_infty = StateFromPrimitive(newtonian_ig_ctx->gas, Y_inf); in FreestreamBCSetup()