Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dbc_freestream.h203 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow()
283 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow_Jacobian()
H A Dnewtonian.h41 State s = StateFromPrimitive(&context->gas, context->reference); in ICsNewtonianIG()
H A Dnewtonian_state.h253 CEED_QFUNCTION_HELPER State StateFromPrimitive(NewtonianIdealGasContext gas, StatePrimitive Y) { in StateFromPrimitive() function
/libCEED/examples/fluids/problems/
H A Dblasius.c329 State S_infty = StateFromPrimitive(newtonian_ig_ctx, Y_inf); in NS_BLASIUS()
H A Dbc_freestream.c105 State S_infty = StateFromPrimitive(newtonian_ig_ctx, Y_inf); in FreestreamBCSetup()