Home
last modified time | relevance | path

Searched refs:NewtonianIdealGasContext_ (Results 1 – 15 of 15) sorted by relevance

/honee/qfunctions/
H A Dnewtonian_types.h28 typedef struct NewtonianIdealGasContext_ *NewtonianIdealGasContext;
29 struct NewtonianIdealGasContext_ { struct
64 struct NewtonianIdealGasContext_ newt_ctx; argument
H A Dbc_freestream_type.h10 struct NewtonianIdealGasContext_ newt_ctx;
16 struct NewtonianIdealGasContext_ newt_ctx;
H A Dstg_shur14_type.h27 struct NewtonianIdealGasContext_ newt_ctx;
H A Dtaylorgreen.h15 struct NewtonianIdealGasContext_ newt_ctx;
H A Dgaussianwave.h17 struct NewtonianIdealGasContext_ newt_ctx;
H A Ddensitycurrent.h25 struct NewtonianIdealGasContext_ newt_ctx;
H A Dsgs_dd_training.h19 struct NewtonianIdealGasContext_ newt_ctx;
H A Dchannel.h21 struct NewtonianIdealGasContext_ newt_ctx;
H A Ddifferential_filter.h26 struct NewtonianIdealGasContext_ newt_ctx;
H A Dblasius.h27 struct NewtonianIdealGasContext_ newt_ctx;
H A Dsgs_dd_model.h23 struct NewtonianIdealGasContext_ newt_ctx;
/honee/qfunctions/spanstats/
H A Dcflpe.h15 struct NewtonianIdealGasContext_ newt_ctx;
H A Dturbulence.h38 struct NewtonianIdealGasContext_ newt_ctx;
/honee/problems/
H A Dnewtonian.c388 *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 Dcflpe.c87 collect_ctx->newt_ctx = (struct NewtonianIdealGasContext_){0}; in CreateStatisticCollectionOperator()