Home
last modified time | relevance | path

Searched defs:s (Results 1 – 20 of 20) sorted by relevance

/honee/qfunctions/
H A Dnewtonian_state.h24 CEED_QFUNCTION_HELPER void UnpackState_U(StateConservative s, CeedScalar U[5]) { in UnpackState_U()
30 CEED_QFUNCTION_HELPER void UnpackState_Y(StatePrimitive s, CeedScalar Y[5]) { in UnpackState_Y()
36 CEED_QFUNCTION_HELPER void UnpackState_V(StateEntropy s, CeedScalar V[5]) { in UnpackState_V()
52 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy(NewtonianIGProperties gas, const State s) { in TotalSpecificEnthalpy()
58 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy_fwd(NewtonianIGProperties gas, const State s in TotalSpecificEnthalpy_fwd()
75 …ePrimitive StatePrimitiveFromConservative_fwd(NewtonianIGProperties gas, State s, StateConservativ… in StatePrimitiveFromConservative_fwd()
105 CEED_QFUNCTION_HELPER StateEntropy StateEntropyFromPrimitive_fwd(NewtonianIGProperties gas, State s in StateEntropyFromPrimitive_fwd()
135 … StatePrimitive StatePrimitiveFromEntropy_fwd(NewtonianIGProperties gas, State s, StateEntropy dV)… in StatePrimitiveFromEntropy_fwd()
159 …nservative StateConservativeFromPrimitive_fwd(NewtonianIGProperties gas, State s, StatePrimitive d… in StateConservativeFromPrimitive_fwd()
189 …StateEntropy StateEntropyFromConservative_fwd(NewtonianIGProperties gas, State s, StateConservativ… in StateEntropyFromConservative_fwd()
[all …]
H A Dstabilization.h24 CEED_QFUNCTION_HELPER void StabilizationMatrix(const NewtonianIGProperties gas, const State s, cons… in StabilizationMatrix()
40 …ization(StabilizationType stab_type, const NewtonianIGProperties gas, const State s, const CeedSca… in Stabilization()
66 … Tau_diagPrim(TauDiagCoefficients tau_coeffs, NewtonianIGProperties gas, State s, const CeedScalar… in Tau_diagPrim()
H A Dnewtonian.h24 State s = StateFromPrimitive(gas, context->reference); in ICsNewtonianIG() local
56 const State s = StateFromQ(gas, qi, state_var); in MassFunction_Newtonian() local
88 …R void InternalDampingLayer_Residual(const NewtonianIGProperties gas, const State s, const CeedSca… in InternalDampingLayer_Residual()
114 CEED_QFUNCTION_HELPER void InternalDampingLayer_IFunction_Integrand(const State s, const NewtonianI… in InternalDampingLayer_IFunction_Integrand()
135 CEED_QFUNCTION_HELPER void InternalDampingLayer_IJacobian_Integrand(const State s, const State ds, … in InternalDampingLayer_IJacobian_Integrand()
208 State s = StateFromU(gas, U); in RHSFunction_Newtonian() local
277 CEED_QFUNCTION_HELPER void IFunction_Newtonian_Integrand(const State s, const State grad_s[3], cons… in IFunction_Newtonian_Integrand()
328 const State s = StateFromQ(gas, q_i, state_var); in IFunction_Newtonian() local
388 CEED_QFUNCTION_HELPER void IJacobian_Newtonian_Integrand(const State s, const State ds, const State… in IJacobian_Newtonian_Integrand()
439 const State s = StateFromQ(gas, qi, state_var); in IJacobian_Newtonian() local
[all …]
H A Dblasius.h114 State s = BlasiusSolution(context, x, x0, x_inflow, S_infty.U.density, &t12); in ICsBlasius() local
146 State s = BlasiusSolution(context, x, x0, context->x_inflow, rho_0, &t12); in Blasius_Inflow() local
201 State s = BlasiusSolution(context, x, x0, 0, rho_0, &t12); in Blasius_Inflow_Jacobian() local
H A Dbc_slip.h22 State s = StateFromQ(gas, qi, state_var); in Slip() local
75 State s = StateFromQ(gas, qi, state_var); in Slip_Jacobian() local
H A Dsgs_dd_training.h44 const State s = StateFromQ(gas, qi, state_var); in ComputeSGS_DDAnisotropicTrainingDataNodal() local
H A Dtaylorgreen.h46 State s = StateFromY(gas, Y); in ICsTaylorGreen() local
H A Dvelocity_gradient_projection.h23 const State s = StateFromQ(gas, qi, state_var); in VelocityGradientProjectionRHS() local
H A Dmonitor_totalkineticenergy.h18 const State s = StateFromQ(gas, qi, state_var); in MonitorTotalKineticEnergy() local
H A Dadvection.h210 …ysicalGradientFromReference_ND(CeedInt N, CeedInt Q, CeedInt i, NewtonianIGProperties gas, State s, in StatePhysicalGradientFromReference_ND()
240 CEED_QFUNCTION_HELPER CeedScalar Tau(AdvectionContext context, const State s, const CeedScalar *dXd… in Tau()
282 const State s = StateFromU(gas, qi); in IFunction_AdvectionGeneric() local
360 const State s = StateFromU(gas, qi); in MassFunction_AdvectionGeneric() local
417 const State s = StateFromU(gas, qi); in RHSFunction_AdvectionGeneric() local
H A Dbc_freestream.h27 const State s = StateFromQ(gas, qi, state_var); in Freestream() local
96 State s = StateFromQ(gas, qi, state_var); in Freestream_Jacobian() local
H A Dsgs_dd_model.h87 const State s = StateFromQ(gas, qi, state_var); in ComputeSgsDDNodal_Fused() local
131 const State s = StateFromQ(gas, qi, state_var); in ComputeSgsDDNodal_Sequential_Inputs() local
225 const State s = StateFromQ(newt_ctx->gas, qi, state_var); in IFunction_NodalSgs() local
H A Dmonitor_cfl.h19 const State s = StateFromQ(gas, qi, state_var); in MonitorCFL() local
H A Ddensitycurrent.h135 State s = Exact_DC(3, 0., x, 5, ctx); in ICsDC() local
H A Dbc_outflow.h198 State s = StateFromQ(gas, qi, state_var); in PressureOutflow() local
268 State s = StateFromQ(gas, qi, state_var); in PressureOutflow_Jacobian() local
H A Dchannel.h67 State s = Exact_Channel(3, 0., x, 5, ctx); in ICsChannel() local
H A Dstg_shur14.h317 State s = StateFromY(gas, Y); in ICsStg() local
510 State s = StateFromY(gas, Y); in StgShur14InflowStrongQF() local
H A Ddifferential_filter.h41 const State s = StateFromQ(gas, qi, state_var); in DifferentialFilter_RHS() local
/honee/qfunctions/spanstats/
H A Dcflpe.h30 const State s = StateFromQ(gas, qi, state_var); in ChildStatsCollection_CflPe() local
H A Dturbulence.h54 const State s = StateFromQ(gas, qi, state_var); in ChildStatsCollection() local