| /honee/qfunctions/ |
| H A D | newtonian_state.h | 42 CEED_QFUNCTION_HELPER CeedScalar HeatCapacityRatio(NewtonianIGProperties gas) { return gas.cp / gas… in HeatCapacityRatio() 44 CEED_QFUNCTION_HELPER CeedScalar GasConstant(NewtonianIGProperties gas) { return gas.cp - gas.cv; } in GasConstant() 46 CEED_QFUNCTION_HELPER CeedScalar Prandtl(NewtonianIGProperties gas) { return gas.cp * gas.mu / gas.… in Prandtl() 48 CEED_QFUNCTION_HELPER CeedScalar SoundSpeed(NewtonianIGProperties gas, CeedScalar T) { return sqrt(… in SoundSpeed() 50 CEED_QFUNCTION_HELPER CeedScalar Mach(NewtonianIGProperties gas, CeedScalar T, CeedScalar u) { retu… in Mach() 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() 64 CEED_QFUNCTION_HELPER StatePrimitive StatePrimitiveFromConservative(NewtonianIGProperties gas, Stat… in StatePrimitiveFromConservative() 75 CEED_QFUNCTION_HELPER StatePrimitive StatePrimitiveFromConservative_fwd(NewtonianIGProperties gas, … in StatePrimitiveFromConservative_fwd() 91 CEED_QFUNCTION_HELPER StateEntropy StateEntropyFromPrimitive(NewtonianIGProperties gas, StatePrimit… in StateEntropyFromPrimitive() [all …]
|
| H A D | stabilization.h | 24 CEED_QFUNCTION_HELPER void StabilizationMatrix(const NewtonianIGProperties gas, const State s, cons… in StabilizationMatrix() 40 …CTION_HELPER void Stabilization(StabilizationType stab_type, const NewtonianIGProperties gas, cons… in Stabilization() 66 CEED_QFUNCTION_HELPER void Tau_diagPrim(TauDiagCoefficients tau_coeffs, NewtonianIGProperties gas, … in Tau_diagPrim()
|
| H A D | riemann_solver.h | 97 CEED_QFUNCTION_HELPER void ComputeHLLSpeeds_Roe(NewtonianIGProperties gas, State left, CeedScalar u… in ComputeHLLSpeeds_Roe() 117 CEED_QFUNCTION_HELPER void ComputeHLLSpeeds_Roe_fwd(NewtonianIGProperties gas, State left, State dl… in ComputeHLLSpeeds_Roe_fwd() 159 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL(NewtonianIGProperties gas, State left, Stat… in RiemannFlux_HLL() 191 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL_fwd(NewtonianIGProperties gas, State left, … in RiemannFlux_HLL_fwd() 215 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_Star(NewtonianIGProperties gas, State side… in RiemannFlux_HLLC_Star() 233 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_Star_fwd(NewtonianIGProperties gas, State … in RiemannFlux_HLLC_Star_fwd() 271 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC(NewtonianIGProperties gas, State left, Sta… in RiemannFlux_HLLC() 298 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_fwd(NewtonianIGProperties gas, State left,… in RiemannFlux_HLLC_fwd()
|
| H A D | newtonian.h | 20 NewtonianIGProperties gas = context->newt_ctx.gas; in ICsNewtonianIG() local 51 NewtonianIGProperties gas = context->gas; in MassFunction_Newtonian() local 88 CEED_QFUNCTION_HELPER void InternalDampingLayer_Residual(const NewtonianIGProperties gas, const Sta… in InternalDampingLayer_Residual() 114 …void InternalDampingLayer_IFunction_Integrand(const State s, const NewtonianIGProperties gas, Ceed… in InternalDampingLayer_IFunction_Integrand() 135 …pingLayer_IJacobian_Integrand(const State s, const State ds, const NewtonianIGProperties gas, Ceed… in InternalDampingLayer_IJacobian_Integrand() 201 const NewtonianIGProperties gas = context->gas; in RHSFunction_Newtonian() local 278 … const CeedScalar x_i[3], const NewtonianIGProperties gas, in IFunction_Newtonian_Integrand() 322 const NewtonianIGProperties gas = context->gas; in IFunction_Newtonian() local 388 …n_Integrand(const State s, const State ds, const State grad_ds[3], const NewtonianIGProperties gas, in IJacobian_Newtonian_Integrand() 431 const NewtonianIGProperties gas = context->gas; in IJacobian_Newtonian() local [all …]
|
| H A D | channel.h | 31 NewtonianIGProperties gas = context->newt_ctx.gas; in Exact_Channel() local 63 NewtonianIGProperties gas = context->newt_ctx.gas; in ICsChannel() local 86 NewtonianIGProperties gas = context->newt_ctx.gas; in Channel_Inflow() local
|
| H A D | densitycurrent.h | 89 NewtonianIGProperties gas = context->newt_ctx.gas; in Exact_DC() local 131 NewtonianIGProperties gas = context->newt_ctx.gas; in ICsDC() local
|
| H A D | bc_outflow.h | 45 const NewtonianIGProperties gas = outflow->newt_ctx.gas; in RiemannOutflow() local 114 const NewtonianIGProperties gas = outflow->newt_ctx.gas; in RiemannOutflow_Jacobian() local 193 const NewtonianIGProperties gas = outflow->newt_ctx.gas; in PressureOutflow() local 255 const NewtonianIGProperties gas = outflow->newt_ctx.gas; in PressureOutflow_Jacobian() local
|
| H A D | blasius.h | 101 const NewtonianIGProperties gas = context->newt_ctx.gas; in ICsBlasius() local 132 const NewtonianIGProperties gas = context->newt_ctx.gas; in Blasius_Inflow() local 184 const NewtonianIGProperties gas = context->newt_ctx.gas; in Blasius_Inflow_Jacobian() local
|
| H A D | bc_slip.h | 18 const NewtonianIGProperties gas = newt_ctx->gas; in Slip() local 65 const NewtonianIGProperties gas = newt_ctx->gas; in Slip_Jacobian() local
|
| H A D | sgs_dd_training.h | 33 const NewtonianIGProperties gas = sgsdd_ctx->newt_ctx.gas; in ComputeSGS_DDAnisotropicTrainingDataNodal() local
|
| H A D | taylorgreen.h | 29 const NewtonianIGProperties gas = context->newt_ctx.gas; in ICsTaylorGreen() local
|
| H A D | velocity_gradient_projection.h | 16 NewtonianIGProperties gas = ((NewtonianIdealGasContext)ctx)->gas; in VelocityGradientProjectionRHS() local
|
| H A D | monitor_totalkineticenergy.h | 15 const NewtonianIGProperties gas = newt_ctx->gas; in MonitorTotalKineticEnergy() local
|
| H A D | bc_freestream.h | 22 const NewtonianIGProperties gas = context->newt_ctx.gas; in Freestream() local 84 const NewtonianIGProperties gas = context->newt_ctx.gas; in Freestream_Jacobian() local
|
| H A D | stg_shur14.h | 290 const NewtonianIGProperties gas = context->gas; in ICsStg() local 341 const NewtonianIGProperties gas = stg_ctx->newt_ctx.gas; in StgShur14Inflow() local 420 const NewtonianIGProperties gas = stg_ctx->newt_ctx.gas; in StgShur14Inflow_Jacobian() local 481 const NewtonianIGProperties gas = stg_ctx->newt_ctx.gas; in StgShur14InflowStrongQF() local
|
| H A D | monitor_cfl.h | 15 const NewtonianIGProperties gas = newt_ctx->gas; in MonitorCFL() local
|
| H A D | advection.h | 210 …ysicalGradientFromReference_ND(CeedInt N, CeedInt Q, CeedInt i, NewtonianIGProperties gas, State s, in StatePhysicalGradientFromReference_ND() 278 NewtonianIGProperties gas = {0}; in IFunction_AdvectionGeneric() local 356 NewtonianIGProperties gas = {0}; in MassFunction_AdvectionGeneric() local 413 NewtonianIGProperties gas = {0}; in RHSFunction_AdvectionGeneric() local
|
| H A D | gaussianwave.h | 27 const NewtonianIGProperties gas = newt_ctx->gas; in IC_GaussianWave() local
|
| H A D | newtonian_types.h | 30 NewtonianIGProperties gas; member
|
| H A D | sgs_dd_model.h | 76 const NewtonianIGProperties gas = sgsdd_ctx->newt_ctx.gas; in ComputeSgsDDNodal_Fused() local 120 const NewtonianIGProperties gas = sgsdd_ctx->newt_ctx.gas; in ComputeSgsDDNodal_Sequential_Inputs() local
|
| /honee/problems/ |
| H A D | bc_freestream.c | 217 static PetscErrorCode TestRiemannHLL_fwd(NewtonianIGProperties gas, CeedScalar rtol_0, CeedScalar r… in TestRiemannHLL_fwd() 279 static PetscErrorCode TestRiemannHLLC_fwd(NewtonianIGProperties gas, CeedScalar rtol_0, CeedScalar … in TestRiemannHLLC_fwd() 341 static PetscErrorCode TestComputeHLLSpeeds_Roe_fwd(NewtonianIGProperties gas, CeedScalar rtol) { in TestComputeHLLSpeeds_Roe_fwd() 416 static PetscErrorCode TestTotalSpecificEnthalpy_fwd(NewtonianIGProperties gas, CeedScalar rtol) { in TestTotalSpecificEnthalpy_fwd() 463 static PetscErrorCode TestRowSetup_fwd(NewtonianIGProperties gas, CeedScalar rtol) { in TestRowSetup_fwd() 504 static PetscErrorCode RiemannSolverUnitTests(NewtonianIGProperties gas, CeedScalar rtol) { in RiemannSolverUnitTests()
|
| H A D | newtonian.c | 674 …TestState(StateVariable state_var_A, StateVariable state_var_B, NewtonianIGProperties gas, const C… in TestState() 695 …State_fwd(StateVariable state_var_A, StateVariable state_var_B, NewtonianIGProperties gas, const C… in TestState_fwd() 733 static PetscErrorCode UnitTests_Newtonian(Honee honee, NewtonianIGProperties gas) { in UnitTests_Newtonian()
|
| H A D | blasius.c | 24 NewtonianIGProperties gas = blasius->newt_ctx.gas; in CompressibleBlasiusResidual() local
|
| /honee/qfunctions/spanstats/ |
| H A D | cflpe.h | 25 const NewtonianIGProperties gas = context->newt_ctx.gas; in ChildStatsCollection_CflPe() local
|
| H A D | turbulence.h | 47 NewtonianIGProperties gas = context->newt_ctx.gas; in ChildStatsCollection() local
|