Searched refs:NewtonianIdealGasContext_ (Results 1 – 11 of 11) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | newtonian_types.h | 22 typedef struct NewtonianIdealGasContext_ *NewtonianIdealGasContext; 23 struct NewtonianIdealGasContext_ { struct 64 struct NewtonianIdealGasContext_ gas; argument
|
| H A D | bc_freestream_type.h | 14 struct NewtonianIdealGasContext_ newtonian_ctx; 20 struct NewtonianIdealGasContext_ gas;
|
| H A D | turb_stats_types.h | 41 struct NewtonianIdealGasContext_ gas;
|
| H A D | stg_shur14_type.h | 34 struct NewtonianIdealGasContext_ newtonian_ctx;
|
| H A D | gaussianwave.h | 24 struct NewtonianIdealGasContext_ newt_ctx;
|
| H A D | densitycurrent.h | 32 struct NewtonianIdealGasContext_ newtonian_ctx;
|
| H A D | advection.h | 293 struct NewtonianIdealGasContext_ gas_struct = {0}; in IFunction_AdvectionGeneric() 374 struct NewtonianIdealGasContext_ gas_struct = {0}; in MassFunction_AdvectionGeneric() 429 struct NewtonianIdealGasContext_ gas_struct = {0}; in RHSFunction_AdvectionGeneric()
|
| H A D | channel.h | 29 struct NewtonianIdealGasContext_ newtonian_ctx;
|
| H A D | blasius.h | 34 struct NewtonianIdealGasContext_ newtonian_ctx;
|
| H A D | differential_filter.h | 30 struct NewtonianIdealGasContext_ gas;
|
| /libCEED/examples/fluids/problems/ |
| H A D | newtonian.c | 454 …terDouble(newtonian_ig_context, "timestep size", offsetof(struct NewtonianIdealGasContext_, dt), 1, in NS_NEWTONIAN_IG() 457 … offsetof(struct NewtonianIdealGasContext_, ijacobian_time_shift), 1, in NS_NEWTONIAN_IG() 459 …erDouble(newtonian_ig_context, "solution time", offsetof(struct NewtonianIdealGasContext_, time), … in NS_NEWTONIAN_IG()
|