| /honee/qfunctions/ |
| H A D | newtonian_state.h | 22 } State; typedef 52 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy(NewtonianIGProperties gas, const State s) { in TotalSpecificEnthalpy() 58 …ER CeedScalar TotalSpecificEnthalpy_fwd(NewtonianIGProperties gas, const State s, const State ds) { in TotalSpecificEnthalpy_fwd() 75 …tePrimitive StatePrimitiveFromConservative_fwd(NewtonianIGProperties gas, State s, StateConservati… in StatePrimitiveFromConservative_fwd() 105 CEED_QFUNCTION_HELPER StateEntropy StateEntropyFromPrimitive_fwd(NewtonianIGProperties gas, State s… in StateEntropyFromPrimitive_fwd() 135 CEED_QFUNCTION_HELPER StatePrimitive StatePrimitiveFromEntropy_fwd(NewtonianIGProperties gas, State… in StatePrimitiveFromEntropy_fwd() 159 …onservative StateConservativeFromPrimitive_fwd(NewtonianIGProperties gas, State s, StatePrimitive … in StateConservativeFromPrimitive_fwd() 189 … StateEntropy StateEntropyFromConservative_fwd(NewtonianIGProperties gas, State s, StateConservati… in StateEntropyFromConservative_fwd() 224 …eConservative StateConservativeFromEntropy_fwd(NewtonianIGProperties gas, State s, StateEntropy dV… in StateConservativeFromEntropy_fwd() 246 CEED_QFUNCTION_HELPER State StateFromPrimitive(NewtonianIGProperties gas, StatePrimitive Y) { in StateFromPrimitive() [all …]
|
| H A D | riemann_solver.h | 50 CEED_QFUNCTION_HELPER StateConservative Flux_HLL(State left, State right, StateConservative flux_le… in Flux_HLL() 68 CEED_QFUNCTION_HELPER StateConservative Flux_HLL_fwd(State left, State right, State dleft, State dr… in Flux_HLL_fwd() 97 …LPER void ComputeHLLSpeeds_Roe(NewtonianIGProperties gas, State left, CeedScalar u_left, State rig… in ComputeHLLSpeeds_Roe() 117 CEED_QFUNCTION_HELPER void ComputeHLLSpeeds_Roe_fwd(NewtonianIGProperties gas, State left, State dl… in ComputeHLLSpeeds_Roe_fwd() 118 … State right, State dright, CeedScalar u_right, CeedScalar du_right, CeedScalar *s_left, in ComputeHLLSpeeds_Roe_fwd() 159 …HELPER StateConservative RiemannFlux_HLL(NewtonianIGProperties gas, State left, State right, const… in RiemannFlux_HLL() 191 …rvative RiemannFlux_HLL_fwd(NewtonianIGProperties gas, State left, State dleft, State right, State… in RiemannFlux_HLL_fwd() 215 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_Star(NewtonianIGProperties gas, State side… in RiemannFlux_HLLC_Star() 233 …teConservative RiemannFlux_HLLC_Star_fwd(NewtonianIGProperties gas, State side, State dside, State… in RiemannFlux_HLLC_Star_fwd() 271 …ELPER StateConservative RiemannFlux_HLLC(NewtonianIGProperties gas, State left, State right, const… in RiemannFlux_HLLC() [all …]
|
| H A D | newtonian.h | 24 State s = StateFromPrimitive(gas, context->reference); in ICsNewtonianIG() 56 const State s = StateFromQ(gas, qi, state_var); in MassFunction_Newtonian() 57 const State s_dot = StateFromQ(gas, qi_dot, state_var); in MassFunction_Newtonian() 67 State grad_s[3] = {{{0.}}}; in MassFunction_Newtonian() 88 …void InternalDampingLayer_Residual(const NewtonianIGProperties gas, const State s, const CeedScala… in InternalDampingLayer_Residual() 91 State damp_s = StateFromY_fwd(gas, s, damp_Y); 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() 210 State grad_s[3]; in RHSFunction_Newtonian() [all …]
|
| H A D | bc_outflow.h | 53 const State s_int = StateFromQ(gas, qi, state_var); in RiemannOutflow() 63 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow() 65 State grad_s[3]; in RiemannOutflow() 127 State s_int = StateFromQ(gas, qi, state_var); in RiemannOutflow_Jacobian() 128 const State ds_int = StateFromQ_fwd(gas, s_int, dqi, state_var); in RiemannOutflow_Jacobian() 143 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow_Jacobian() 144 State ds_ext = StateFromPrimitive_fwd(gas, s_ext, dy_ext); in RiemannOutflow_Jacobian() 146 State grad_ds[3]; in RiemannOutflow_Jacobian() 198 State s = StateFromQ(gas, qi, state_var); in PressureOutflow() 205 State grad_s[3]; in PressureOutflow() [all …]
|
| H A D | blasius.h | 19 State S_infty; 67 State CEED_QFUNCTION_HELPER(BlasiusSolution)(const BlasiusContext blasius, const CeedScalar x[3], c… in BlasiusSolution() 71 State S_infty = blasius->S_infty; in BlasiusSolution() 107 const State S_infty = context->S_infty; in ICsBlasius() 114 State s = BlasiusSolution(context, x, x0, x_inflow, S_infty.U.density, &t12); in ICsBlasius() 133 State S_infty = context->S_infty; in Blasius_Inflow() 146 State s = BlasiusSolution(context, x, x0, context->x_inflow, rho_0, &t12); in Blasius_Inflow() 149 State s_int = StateFromU(gas, qi); in Blasius_Inflow() 188 const State S_infty = context->S_infty; in Blasius_Inflow_Jacobian() 201 State s = BlasiusSolution(context, x, x0, 0, rho_0, &t12); in Blasius_Inflow_Jacobian()
|
| H A D | stabilization.h | 24 CEED_QFUNCTION_HELPER void StabilizationMatrix(const NewtonianIGProperties gas, const State s, cons… in StabilizationMatrix() 31 State ds = StateFromY_fwd(gas, s, dY); in StabilizationMatrix() 40 …ation(StabilizationType stab_type, const NewtonianIGProperties gas, const State s, const CeedScala… in Stabilization() 41 …const State ds[3], const CeedScalar U_dot[5], const CeedScalar body_force[5], const CeedScalar div… in Stabilization() 66 …d Tau_diagPrim(TauDiagCoefficients tau_coeffs, NewtonianIGProperties gas, State s, const CeedScala… in Tau_diagPrim()
|
| H A D | bc_slip.h | 22 State s = StateFromQ(gas, qi, state_var); in Slip() 32 State s_reflect = StateFromY(gas, Y_reflect); in Slip() 75 State s = StateFromQ(gas, qi, state_var); in Slip_Jacobian() 76 State ds = StateFromQ_fwd(gas, s, dqi, state_var); in Slip_Jacobian() 82 State s_reflect = StateFromY(gas, Y_reflect); in Slip_Jacobian() 88 State ds_reflect = StateFromY_fwd(gas, s_reflect, dY_reflect); in Slip_Jacobian()
|
| H A D | gaussianwave.h | 16 State S_infty; // Flow state at infinity 31 const State S_infty = context->S_infty; in IC_GaussianWave() 52 State initCond = StateFromU(gas, U); in IC_GaussianWave()
|
| H A D | channel.h | 24 CEED_QFUNCTION_HELPER State Exact_Channel(CeedInt dim, CeedScalar time, const CeedScalar X[], CeedI… in Exact_Channel() 67 State s = Exact_Channel(3, 0., x, 5, ctx); in ICsChannel() 102 State s_exact = Exact_Channel(3, 0., x, 5, ctx); in Channel_Inflow() 109 State s_inside = StateFromU(gas, q_inside); in Channel_Inflow()
|
| H A D | bc_freestream.h | 27 const State s = StateFromQ(gas, qi, state_var); in Freestream() 86 const State dS_infty = {0}; in Freestream_Jacobian() 96 State s = StateFromQ(gas, qi, state_var); in Freestream_Jacobian() 97 State ds = StateFromQ_fwd(gas, s, dqi, state_var); in Freestream_Jacobian()
|
| H A D | velocity_gradient_projection.h | 23 const State s = StateFromQ(gas, qi, state_var); in VelocityGradientProjectionRHS() 24 State grad_s[3]; in VelocityGradientProjectionRHS()
|
| H A D | monitor_totalkineticenergy.h | 18 const State s = StateFromQ(gas, qi, state_var); in MonitorTotalKineticEnergy() 20 State grad_s[3]; in MonitorTotalKineticEnergy()
|
| H A D | densitycurrent.h | 79 CEED_QFUNCTION_HELPER State Exact_DC(CeedInt dim, CeedScalar time, const CeedScalar X[], CeedInt Nf… in Exact_DC() 135 State s = Exact_DC(3, 0., x, 5, ctx); in ICsDC()
|
| H A D | advection.h | 210 …ysicalGradientFromReference_ND(CeedInt N, CeedInt Q, CeedInt i, NewtonianIGProperties gas, State s, in StatePhysicalGradientFromReference_ND() 212 State *grad_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() 286 State grad_s[3]; in IFunction_AdvectionGeneric() 360 const State s = StateFromU(gas, qi); in MassFunction_AdvectionGeneric() 417 const State s = StateFromU(gas, qi); in RHSFunction_AdvectionGeneric() 421 State grad_s[3]; in RHSFunction_AdvectionGeneric()
|
| H A D | bc_freestream_type.h | 11 State S_infty;
|
| H A D | sgs_dd_model.h | 87 const State s = StateFromQ(gas, qi, state_var); in ComputeSgsDDNodal_Fused() 131 const State s = StateFromQ(gas, qi, state_var); in ComputeSgsDDNodal_Sequential_Inputs() 225 const State s = StateFromQ(newt_ctx->gas, qi, state_var); in IFunction_NodalSgs()
|
| H A D | taylorgreen.h | 46 State s = StateFromY(gas, Y); in ICsTaylorGreen()
|
| H A D | monitor_cfl.h | 19 const State s = StateFromQ(gas, qi, state_var); in MonitorCFL()
|
| H A D | sgs_dd_training.h | 44 const State s = StateFromQ(gas, qi, state_var); in ComputeSGS_DDAnisotropicTrainingDataNodal()
|
| H A D | stg_shur14.h | 317 State s = StateFromY(gas, Y); in ICsStg() 510 State s = StateFromY(gas, Y); in StgShur14InflowStrongQF()
|
| /honee/problems/ |
| H A D | bc_freestream.c | 141 State S_infty = StateFromPrimitive(newtonian_ig_ctx->gas, Y_inf); in FreestreamBCSetup() 230 State left0 = StateFromY(gas, Y0_left); in TestRiemannHLL_fwd() 231 State right0 = StateFromY(gas, Y0_right); in TestRiemannHLL_fwd() 245 State dleft0 = StateFromY_fwd(gas, left0, dY_left); in TestRiemannHLL_fwd() 246 State dright0 = StateFromY_fwd(gas, right0, dY_right); in TestRiemannHLL_fwd() 262 State left1 = StateFromY(gas, Y1_left); in TestRiemannHLL_fwd() 263 State right1 = StateFromY(gas, Y1_right); in TestRiemannHLL_fwd() 292 State left0 = StateFromY(gas, Y0_left); in TestRiemannHLLC_fwd() 293 State right0 = StateFromY(gas, Y0_right); in TestRiemannHLLC_fwd() 307 State dleft0 = StateFromY_fwd(gas, left0, dY_left); in TestRiemannHLLC_fwd() [all …]
|
| H A D | blasius.c | 22 State S_infty = blasius->S_infty; in CompressibleBlasiusResidual() 190 State S_infty = StateFromPrimitive(newtonian_ig_ctx->gas, Y_inf); in NS_BLASIUS()
|
| H A D | newtonian.c | 684 State state_A0 = StateFromQ(gas, A0, state_var_A); in TestState() 686 State state_B0 = StateFromQ(gas, B0, state_var_B); in TestState() 704 State state_0 = StateFromQ(gas, A0, state_var_A); in TestState_fwd() 712 State dstate_0 = StateFromQ_fwd(gas, state_0, dA, state_var_A); in TestState_fwd() 720 State state_1 = StateFromQ(gas, A1, state_var_A); in TestState_fwd()
|
| /honee/qfunctions/spanstats/ |
| H A D | cflpe.h | 30 const State s = StateFromQ(gas, qi, state_var); in ChildStatsCollection_CflPe()
|
| H A D | turbulence.h | 54 const State s = StateFromQ(gas, qi, state_var); in ChildStatsCollection()
|