Searched refs:NewtonianIdealGasContext_ (Results 1 – 15 of 15) sorted by relevance
| /honee/qfunctions/ |
| H A D | newtonian_types.h | 28 typedef struct NewtonianIdealGasContext_ *NewtonianIdealGasContext; 29 struct NewtonianIdealGasContext_ { struct 64 struct NewtonianIdealGasContext_ newt_ctx; argument
|
| H A D | bc_freestream_type.h | 10 struct NewtonianIdealGasContext_ newt_ctx; 16 struct NewtonianIdealGasContext_ newt_ctx;
|
| H A D | stg_shur14_type.h | 27 struct NewtonianIdealGasContext_ newt_ctx;
|
| H A D | taylorgreen.h | 15 struct NewtonianIdealGasContext_ newt_ctx;
|
| H A D | gaussianwave.h | 17 struct NewtonianIdealGasContext_ newt_ctx;
|
| H A D | densitycurrent.h | 25 struct NewtonianIdealGasContext_ newt_ctx;
|
| H A D | sgs_dd_training.h | 19 struct NewtonianIdealGasContext_ newt_ctx;
|
| H A D | channel.h | 21 struct NewtonianIdealGasContext_ newt_ctx;
|
| H A D | differential_filter.h | 26 struct NewtonianIdealGasContext_ newt_ctx;
|
| H A D | blasius.h | 27 struct NewtonianIdealGasContext_ newt_ctx;
|
| H A D | sgs_dd_model.h | 23 struct NewtonianIdealGasContext_ newt_ctx;
|
| /honee/qfunctions/spanstats/ |
| H A D | cflpe.h | 15 struct NewtonianIdealGasContext_ newt_ctx;
|
| H A D | turbulence.h | 38 struct NewtonianIdealGasContext_ newt_ctx;
|
| /honee/problems/ |
| H A D | newtonian.c | 388 *newtonian_ig_ctx = (struct NewtonianIdealGasContext_){ in NS_NEWTONIAN_IG() 523 …isterDouble(newtonian_ig_qfctx, "timestep size", offsetof(struct NewtonianIdealGasContext_, dt), 1, in NS_NEWTONIAN_IG() 526 … offsetof(struct NewtonianIdealGasContext_, ijacobian_time_shift), 1, in NS_NEWTONIAN_IG() 528 …sterDouble(newtonian_ig_qfctx, "solution time", offsetof(struct NewtonianIdealGasContext_, time), … in NS_NEWTONIAN_IG()
|
| /honee/src/spanstats/ |
| H A D | cflpe.c | 87 collect_ctx->newt_ctx = (struct NewtonianIdealGasContext_){0}; in CreateStatisticCollectionOperator()
|