Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dgaussianwave.h58 State initCond = StateFromU(newt_ctx, U); in IC_GaussianWave()
H A Dadvection.h240 grad_s[2] = StateFromU(gas, U); in StatePhysicalGradientFromReference_ND()
298 const State s = StateFromU(gas, qi); in IFunction_AdvectionGeneric()
379 const State s = StateFromU(gas, qi); in MassFunction_AdvectionGeneric()
434 const State s = StateFromU(gas, qi); in RHSFunction_AdvectionGeneric()
H A Dchannel.h117 State s_inside = StateFromU(gas, q_inside); in Channel_Inflow()
H A Dblasius.h158 State s_int = StateFromU(gas, qi); in Blasius_Inflow()
H A Dnewtonian_state.h328 CEED_QFUNCTION_HELPER State StateFromU(NewtonianIdealGasContext gas, const CeedScalar U[5]) { in StateFromU() function
402 s = StateFromU(gas, Q); in StateFromQ()
H A Dnewtonian.h167 State s = StateFromU(context, U); in RHSFunction_Newtonian()