| /libCEED/examples/fluids/qfunctions/ |
| H A D | newtonian_state.h | 49 CEED_QFUNCTION_HELPER CeedScalar HeatCapacityRatio(NewtonianIdealGasContext gas) { return gas->cp /… in HeatCapacityRatio() 51 CEED_QFUNCTION_HELPER CeedScalar GasConstant(NewtonianIdealGasContext gas) { return gas->cp - gas->… in GasConstant() 53 CEED_QFUNCTION_HELPER CeedScalar Prandtl(NewtonianIdealGasContext gas) { return gas->cp * gas->mu /… in Prandtl() 55 CEED_QFUNCTION_HELPER CeedScalar SoundSpeed(NewtonianIdealGasContext gas, CeedScalar T) { return sq… in SoundSpeed() 57 CEED_QFUNCTION_HELPER CeedScalar Mach(NewtonianIdealGasContext gas, CeedScalar T, CeedScalar u) { r… in Mach() 59 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy(NewtonianIdealGasContext gas, const State s)… in TotalSpecificEnthalpy() 65 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy_fwd(NewtonianIdealGasContext gas, const Stat… in TotalSpecificEnthalpy_fwd() 71 CEED_QFUNCTION_HELPER StatePrimitive StatePrimitiveFromConservative(NewtonianIdealGasContext gas, S… in StatePrimitiveFromConservative() 82 CEED_QFUNCTION_HELPER StatePrimitive StatePrimitiveFromConservative_fwd(NewtonianIdealGasContext ga… in StatePrimitiveFromConservative_fwd() 98 CEED_QFUNCTION_HELPER StateEntropy StateEntropyFromPrimitive(NewtonianIdealGasContext gas, StatePri… in StateEntropyFromPrimitive() [all …]
|
| H A D | stabilization.h | 28 CEED_QFUNCTION_HELPER void StabilizationMatrix(NewtonianIdealGasContext gas, State s, CeedScalar Ta… in StabilizationMatrix() 46 CEED_QFUNCTION_HELPER void Stabilization(NewtonianIdealGasContext gas, State s, CeedScalar Tau_d[3]… in Stabilization() 71 CEED_QFUNCTION_HELPER void Tau_diagPrim(NewtonianIdealGasContext gas, State s, const CeedScalar dXd… in Tau_diagPrim()
|
| H A D | newtonian.h | 21 CEED_QFUNCTION_HELPER void InternalDampingLayer(const NewtonianIdealGasContext context, const State… in InternalDampingLayer() 68 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in MassFunction_Newtonian() 157 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in RHSFunction_Newtonian() 228 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in IFunction_Newtonian() 317 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in IJacobian_Newtonian() 396 const NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in BoundaryIntegral() 461 const NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in BoundaryIntegral_Jacobian()
|
| H A D | bc_slip.h | 16 const NewtonianIdealGasContext newt_ctx = (const NewtonianIdealGasContext)ctx; in Slip() 70 const NewtonianIdealGasContext newt_ctx = (const NewtonianIdealGasContext)ctx; in Slip_Jacobian()
|
| H A D | velocity_gradient_projection.h | 20 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in VelocityGradientProjectionRHS()
|
| H A D | riemann_solver.h | 101 CEED_QFUNCTION_HELPER void ComputeHLLSpeeds_Roe(NewtonianIdealGasContext gas, State left, CeedScala… in ComputeHLLSpeeds_Roe() 121 CEED_QFUNCTION_HELPER void ComputeHLLSpeeds_Roe_fwd(NewtonianIdealGasContext gas, State left, State… in ComputeHLLSpeeds_Roe_fwd() 163 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL(NewtonianIdealGasContext gas, State left, S… in RiemannFlux_HLL() 195 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL_fwd(NewtonianIdealGasContext gas, State lef… in RiemannFlux_HLL_fwd() 219 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_Star(NewtonianIdealGasContext gas, State s… in RiemannFlux_HLLC_Star() 237 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_Star_fwd(NewtonianIdealGasContext gas, Sta… in RiemannFlux_HLLC_Star_fwd() 275 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC(NewtonianIdealGasContext gas, State left, … in RiemannFlux_HLLC() 302 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_fwd(NewtonianIdealGasContext gas, State le… in RiemannFlux_HLLC_fwd()
|
| H A D | densitycurrent.h | 96 NewtonianIdealGasContext gas = &context->newtonian_ctx; in Exact_DC() 139 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in ICsDC()
|
| H A D | channel.h | 39 NewtonianIdealGasContext gas = &context->newtonian_ctx; in Exact_Channel() 71 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in ICsChannel() 94 NewtonianIdealGasContext gas = &context->newtonian_ctx; in Channel_Inflow()
|
| H A D | turb_spanstats.h | 19 NewtonianIdealGasContext gas = &context->gas; in ChildStatsCollection() 74 NewtonianIdealGasContext context = (NewtonianIdealGasContext)ctx; in ChildStatsCollectionMMSTest()
|
| H A D | newtonian_types.h | 22 typedef struct NewtonianIdealGasContext_ *NewtonianIdealGasContext; typedef
|
| H A D | bc_freestream.h | 30 const NewtonianIdealGasContext newt_ctx = &context->newtonian_ctx; in Freestream() 96 const NewtonianIdealGasContext newt_ctx = &context->newtonian_ctx; in Freestream_Jacobian() 185 const NewtonianIdealGasContext gas = &outflow->gas; in RiemannOutflow() 254 const NewtonianIdealGasContext gas = &outflow->gas; in RiemannOutflow_Jacobian() 333 const NewtonianIdealGasContext gas = &outflow->gas; in PressureOutflow() 395 const NewtonianIdealGasContext gas = &outflow->gas; in PressureOutflow_Jacobian()
|
| H A D | taylorgreen.h | 23 const NewtonianIdealGasContext gas = &context->gas; in ICsTaylorGreen()
|
| H A D | blasius.h | 108 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in ICsBlasius() 140 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in Blasius_Inflow() 194 const NewtonianIdealGasContext gas = &context->newtonian_ctx; in Blasius_Inflow_Jacobian()
|
| H A D | gaussianwave.h | 33 const NewtonianIdealGasContext newt_ctx = &context->newt_ctx; in IC_GaussianWave()
|
| H A D | advection.h | 227 …ysicalGradientFromReference_ND(CeedInt N, CeedInt Q, CeedInt i, NewtonianIdealGasContext gas, Stat… in StatePhysicalGradientFromReference_ND() 292 NewtonianIdealGasContext gas; in IFunction_AdvectionGeneric() 375 NewtonianIdealGasContext gas = &gas_struct; in MassFunction_AdvectionGeneric() 430 NewtonianIdealGasContext gas = &gas_struct; in RHSFunction_AdvectionGeneric()
|
| H A D | differential_filter.h | 40 NewtonianIdealGasContext gas = &context->gas; in DifferentialFilter_RHS()
|
| H A D | stg_shur14.h | 287 const NewtonianIdealGasContext gas = &stg_ctx->newtonian_ctx; in ICsStg() 476 const NewtonianIdealGasContext gas = &stg_ctx->newtonian_ctx; in StgShur14InflowStrongQF()
|
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 21 static PetscErrorCode RiemannSolverUnitTests(NewtonianIdealGasContext gas, CeedScalar rtol); 23 PetscErrorCode FreestreamBCSetup(ProblemData problem, DM dm, void *ctx, NewtonianIdealGasContext ne… in FreestreamBCSetup() 133 PetscErrorCode OutflowBCSetup(ProblemData problem, DM dm, void *ctx, NewtonianIdealGasContext newto… in OutflowBCSetup() 258 static PetscErrorCode TestRiemannHLL_fwd(NewtonianIdealGasContext gas, CeedScalar rtol_0, CeedScala… in TestRiemannHLL_fwd() 320 static PetscErrorCode TestRiemannHLLC_fwd(NewtonianIdealGasContext gas, CeedScalar rtol_0, CeedScal… in TestRiemannHLLC_fwd() 382 static PetscErrorCode TestComputeHLLSpeeds_Roe_fwd(NewtonianIdealGasContext gas, CeedScalar rtol) { in TestComputeHLLSpeeds_Roe_fwd() 457 static PetscErrorCode TestTotalSpecificEnthalpy_fwd(NewtonianIdealGasContext gas, CeedScalar rtol) { in TestTotalSpecificEnthalpy_fwd() 504 static PetscErrorCode TestRowSetup_fwd(NewtonianIdealGasContext gas, CeedScalar rtol) { in TestRowSetup_fwd() 545 static PetscErrorCode RiemannSolverUnitTests(NewtonianIdealGasContext gas, CeedScalar rtol) { in RiemannSolverUnitTests()
|
| H A D | gaussianwave.c | 25 NewtonianIdealGasContext newtonian_ig_ctx; in NS_GAUSSIAN_WAVE()
|
| H A D | newtonian.c | 51 …TestState(StateVariable state_var_A, StateVariable state_var_B, NewtonianIdealGasContext gas, cons… in TestState() 72 …State_fwd(StateVariable state_var_A, StateVariable state_var_B, NewtonianIdealGasContext gas, cons… in TestState_fwd() 110 static PetscErrorCode UnitTests_Newtonian(User user, NewtonianIdealGasContext gas) { in UnitTests_Newtonian() 223 NewtonianIdealGasContext newtonian_ig_ctx; in NS_NEWTONIAN_IG() 481 NewtonianIdealGasContext newtonian_ctx; in PRINT_NEWTONIAN()
|
| H A D | densitycurrent.c | 24 NewtonianIdealGasContext newtonian_ig_ctx; in NS_DENSITY_CURRENT()
|
| H A D | channel.c | 23 NewtonianIdealGasContext newtonian_ig_ctx; in NS_CHANNEL()
|
| H A D | blasius.c | 247 NewtonianIdealGasContext newtonian_ig_ctx; in NS_BLASIUS()
|
| H A D | stg_shur14.c | 228 NewtonianIdealGasContext newtonian_ig_ctx; in SetupStg()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 413 PetscErrorCode FreestreamBCSetup(ProblemData problem, DM dm, void *ctx, NewtonianIdealGasContext ne… 414 PetscErrorCode OutflowBCSetup(ProblemData problem, DM dm, void *ctx, NewtonianIdealGasContext newto…
|