Home
last modified time | relevance | path

Searched refs:StateVariable (Results 1 – 13 of 13) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dnewtonian_types.h20 } StateVariable; typedef
40 StateVariable state_var;
H A Dbc_freestream.h22 …void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, StateVariable state_var, in Freestream()
87 …void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, StateVariable state_var, in Freestream_Jacobian()
177 …id *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, StateVariable state_var) { in RiemannOutflow()
246 StateVariable state_var) { in RiemannOutflow_Jacobian()
325 …id *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, StateVariable state_var) { in PressureOutflow()
387 StateVariable state_var) { in PressureOutflow_Jacobian()
H A Dbc_slip.h15 …id *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, StateVariable state_var) { in Slip()
63 …id *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, StateVariable state_var) { in Slip_Jacobian()
H A Dnewtonian.h34 …id *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, StateVariable state_var) { in ICsNewtonianIG()
61 StateVariable state_var) { in MassFunction_Newtonian()
218 …id *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, StateVariable state_var) { in IFunction_Newtonian()
309 …id *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, StateVariable state_var) { in IJacobian_Newtonian()
395 …id *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, StateVariable state_var) { in BoundaryIntegral()
454 StateVariable state_var) { in BoundaryIntegral_Jacobian()
H A Dvelocity_gradient_projection.h14 StateVariable state_var) { in VelocityGradientProjectionRHS()
H A Dgaussianwave.h27 …id *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, StateVariable state_var) { in IC_GaussianWave()
H A Dnewtonian_state.h298 …ateToQ(NewtonianIdealGasContext gas, const State input, CeedScalar Q[5], StateVariable state_var) { in StateToQ()
313 StateVariable state_var) { in StateToQ_fwd()
398 …ER State StateFromQ(NewtonianIdealGasContext gas, const CeedScalar Q[5], StateVariable state_var) { in StateFromQ()
414 …FromQ_fwd(NewtonianIdealGasContext gas, State s, const CeedScalar dQ[5], StateVariable state_var) { in StateFromQ_fwd()
584 …FromReference(CeedInt Q, CeedInt i, NewtonianIdealGasContext gas, State s, StateVariable state_var, in StatePhysicalGradientFromReference()
597StateVariable state_var, const CeedScalar *grad_q, const CeedScalar dXdx[2][3], in StatePhysicalGradientFromReference_Boundary()
H A Dturb_spanstats.h13 …id *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, StateVariable state_var) { in ChildStatsCollection()
H A Ddifferential_filter.h33 …id *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, StateVariable state_var) { in DifferentialFilter_RHS()
H A Dadvection.h228StateVariable state_var, const CeedScalar *grad_q, const CeedScalar *dXdx, in StatePhysicalGradientFromReference_ND()
/libCEED/examples/fluids/problems/
H A Dnewtonian.c51 static PetscErrorCode TestState(StateVariable state_var_A, StateVariable state_var_B, NewtonianIdea… in TestState()
72 static PetscErrorCode TestState_fwd(StateVariable state_var_A, StateVariable state_var_B, Newtonian… in TestState_fwd()
218 StateVariable state_var; in NS_NEWTONIAN_IG()
/libCEED/examples/fluids/src/
H A Dvelocity_gradient_projection.c42 …nSetup(Ceed ceed, User user, CeedData ceed_data, ProblemData problem, StateVariable state_var_inpu… in VelocityGradientProjectionSetup()
/libCEED/examples/fluids/
H A Dnavierstokes.h215 StateVariable state_var;
398 …nSetup(Ceed ceed, User user, CeedData ceed_data, ProblemData problem, StateVariable state_var_inpu…