Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dnewtonian_types.h22 typedef struct NewtonianIdealGasContext_ *NewtonianIdealGasContext;
23 struct NewtonianIdealGasContext_ { struct
64 struct NewtonianIdealGasContext_ gas; argument
H A Dbc_freestream_type.h14 struct NewtonianIdealGasContext_ newtonian_ctx;
20 struct NewtonianIdealGasContext_ gas;
H A Dturb_stats_types.h41 struct NewtonianIdealGasContext_ gas;
H A Dstg_shur14_type.h34 struct NewtonianIdealGasContext_ newtonian_ctx;
H A Dgaussianwave.h24 struct NewtonianIdealGasContext_ newt_ctx;
H A Ddensitycurrent.h32 struct NewtonianIdealGasContext_ newtonian_ctx;
H A Dadvection.h293 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 Dchannel.h29 struct NewtonianIdealGasContext_ newtonian_ctx;
H A Dblasius.h34 struct NewtonianIdealGasContext_ newtonian_ctx;
H A Ddifferential_filter.h30 struct NewtonianIdealGasContext_ gas;
/libCEED/examples/fluids/problems/
H A Dnewtonian.c454 …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()