Searched refs:StatePrimitive (Results 1 – 8 of 8) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | newtonian_types.h | 53 } StatePrimitive; typedef 63 StatePrimitive reference;
|
| H A D | newtonian_state.h | 28 StatePrimitive Y; 37 CEED_QFUNCTION_HELPER void UnpackState_Y(StatePrimitive s, CeedScalar Y[5]) { in UnpackState_Y() 71 CEED_QFUNCTION_HELPER StatePrimitive StatePrimitiveFromConservative(NewtonianIdealGasContext gas, S… in StatePrimitiveFromConservative() 72 StatePrimitive Y; in StatePrimitiveFromConservative() 82 CEED_QFUNCTION_HELPER StatePrimitive StatePrimitiveFromConservative_fwd(NewtonianIdealGasContext ga… in StatePrimitiveFromConservative_fwd() 83 StatePrimitive dY; in StatePrimitiveFromConservative_fwd() 98 …ION_HELPER StateEntropy StateEntropyFromPrimitive(NewtonianIdealGasContext gas, StatePrimitive Y) { in StateEntropyFromPrimitive() 112 …teEntropy StateEntropyFromPrimitive_fwd(NewtonianIdealGasContext gas, State s, StatePrimitive dY) { in StateEntropyFromPrimitive_fwd() 130 CEED_QFUNCTION_HELPER StatePrimitive StatePrimitiveFromEntropy(NewtonianIdealGasContext gas, StateE… in StatePrimitiveFromEntropy() 131 StatePrimitive Y; in StatePrimitiveFromEntropy() [all …]
|
| H A D | taylorgreen.h | 25 StatePrimitive reference = context->reference; in ICsTaylorGreen()
|
| H A D | bc_freestream.h | 195 StatePrimitive y_ext = s_int.Y; in RiemannOutflow() 269 StatePrimitive y_ext = s_int.Y, dy_ext = ds_int.Y; in RiemannOutflow_Jacobian()
|
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 23 …em, DM dm, void *ctx, NewtonianIdealGasContext newtonian_ig_ctx, const StatePrimitive *reference) { in FreestreamBCSetup() 38 …StatePrimitive Y_inf = {.pressure = reference->pressure / Pascal, .velocity = {0}, .temperature = … in FreestreamBCSetup() 133 …em, DM dm, void *ctx, NewtonianIdealGasContext newtonian_ig_ctx, const StatePrimitive *reference) { in OutflowBCSetup()
|
| H A D | blasius.c | 325 StatePrimitive Y_inf = { in NS_BLASIUS()
|
| H A D | newtonian.c | 259 StatePrimitive reference = {.pressure = 1.01e5, .velocity = {0}, .temperature = 288.15}; in NS_NEWTONIAN_IG()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 413 …lem, DM dm, void *ctx, NewtonianIdealGasContext newtonian_ig_ctx, const StatePrimitive *reference); 414 …lem, DM dm, void *ctx, NewtonianIdealGasContext newtonian_ig_ctx, const StatePrimitive *reference);
|