Home
last modified time | relevance | path

Searched defs:reference (Results 1 – 4 of 4) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dtaylorgreen.h25 StatePrimitive reference = context->reference; in ICsTaylorGreen() local
H A Dnewtonian_types.h63 StatePrimitive reference; member
/libCEED/examples/fluids/problems/
H A Dbc_freestream.c23 …em, DM dm, void *ctx, NewtonianIdealGasContext newtonian_ig_ctx, const StatePrimitive *reference) { in FreestreamBCSetup()
133 …em, DM dm, void *ctx, NewtonianIdealGasContext newtonian_ig_ctx, const StatePrimitive *reference) { in OutflowBCSetup()
H A Dnewtonian.c259 StatePrimitive reference = {.pressure = 1.01e5, .velocity = {0}, .temperature = 288.15}; in NS_NEWTONIAN_IG() local