Home
last modified time | relevance | path

Searched refs:STATEVAR_PRIMITIVE (Results 1 – 19 of 19) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dnewtonian.c134 PetscCall(TestState(STATEVAR_PRIMITIVE, STATEVAR_CONSERVATIVE, gas, Y0, rtol, rtol, rtol)); in UnitTests_Newtonian()
135 PetscCall(TestState(STATEVAR_PRIMITIVE, STATEVAR_ENTROPY, gas, Y0, rtol, rtol, rtol)); in UnitTests_Newtonian()
136 PetscCall(TestState(STATEVAR_CONSERVATIVE, STATEVAR_PRIMITIVE, gas, U0, rtol, rtol, rtol)); in UnitTests_Newtonian()
139 PetscCall(TestState(STATEVAR_ENTROPY, STATEVAR_PRIMITIVE, gas, V0, rtol, rtol, rtol)); in UnitTests_Newtonian()
145 PetscCall(TestState_fwd(STATEVAR_PRIMITIVE, STATEVAR_CONSERVATIVE, gas, Y0, rtol, rtol, rtol)); in UnitTests_Newtonian()
146 PetscCall(TestState_fwd(STATEVAR_PRIMITIVE, STATEVAR_ENTROPY, gas, Y0, rtol, rtol, rtol)); in UnitTests_Newtonian()
147 PetscCall(TestState_fwd(STATEVAR_CONSERVATIVE, STATEVAR_PRIMITIVE, gas, U0, rtol, rtol, rtol)); in UnitTests_Newtonian()
150 …PetscCall(TestState_fwd(STATEVAR_ENTROPY, STATEVAR_PRIMITIVE, gas, V0, 5 * rtol, 5 * rtol, 5 * rto… in UnitTests_Newtonian()
296 case STATEVAR_PRIMITIVE: in NS_NEWTONIAN_IG()
360 PetscCheck(!(state_var == STATEVAR_PRIMITIVE && !implicit), comm, PETSC_ERR_SUP, in NS_NEWTONIAN_IG()
H A Dbc_slip.c31 case STATEVAR_PRIMITIVE: in SlipBCSetup()
H A Dgaussianwave.c36 case STATEVAR_PRIMITIVE: in NS_GAUSSIAN_WAVE()
H A Dbc_freestream.c67 case STATEVAR_PRIMITIVE: in FreestreamBCSetup()
170 case STATEVAR_PRIMITIVE: in OutflowBCSetup()
192 case STATEVAR_PRIMITIVE: in OutflowBCSetup()
H A Dstg_shur14.c315 case STATEVAR_PRIMITIVE: in SetupStrongStg()
/libCEED/examples/fluids/qfunctions/
H A Dbc_freestream.h68 return Freestream(ctx, Q, in, out, STATEVAR_PRIMITIVE, RIEMANN_HLL); in Freestream_Prim_HLL()
80 return Freestream(ctx, Q, in, out, STATEVAR_PRIMITIVE, RIEMANN_HLLC); in Freestream_Prim_HLLC()
132 return Freestream_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE, RIEMANN_HLL); in Freestream_Jacobian_Prim_HLL()
144 return Freestream_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE, RIEMANN_HLLC); in Freestream_Jacobian_Prim_HLLC()
235 return RiemannOutflow(ctx, Q, in, out, STATEVAR_PRIMITIVE); in RiemannOutflow_Prim()
311 return RiemannOutflow_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in RiemannOutflow_Jacobian_Prim()
376 return PressureOutflow(ctx, Q, in, out, STATEVAR_PRIMITIVE); in PressureOutflow_Prim()
439 return PressureOutflow_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in PressureOutflow_Jacobian_Prim()
H A Dnewtonian_types.h18 STATEVAR_PRIMITIVE = 1, enumerator
H A Dbc_slip.h56 return Slip(ctx, Q, in, out, STATEVAR_PRIMITIVE); in Slip_Prim()
109 return Slip_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in Slip_Jacobian_Prim()
H A Dvelocity_gradient_projection.h48 return VelocityGradientProjectionRHS(ctx, Q, in, out, STATEVAR_PRIMITIVE); in VelocityGradientProjectionRHS_Prim()
H A Dnewtonian.h53 return ICsNewtonianIG(ctx, Q, in, out, STATEVAR_PRIMITIVE); in ICsNewtonianIG_Prim()
299 return IFunction_Newtonian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in IFunction_Newtonian_Prim()
385 return IJacobian_Newtonian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in IJacobian_Newtonian_Prim()
443 return BoundaryIntegral(ctx, Q, in, out, STATEVAR_PRIMITIVE); in BoundaryIntegral_Prim()
503 return BoundaryIntegral_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in BoundaryIntegral_Jacobian_Prim()
H A Dgaussianwave.h72 return IC_GaussianWave(ctx, Q, in, out, STATEVAR_PRIMITIVE); in IC_GaussianWave_Prim()
H A Dturb_spanstats.h59 return ChildStatsCollection(ctx, Q, in, out, STATEVAR_PRIMITIVE); in ChildStatsCollection_Prim()
H A Dnewtonian_state.h303 case STATEVAR_PRIMITIVE: in StateToQ()
316 case STATEVAR_PRIMITIVE: in StateToQ_fwd()
404 case STATEVAR_PRIMITIVE: in StateFromQ()
420 case STATEVAR_PRIMITIVE: in StateFromQ_fwd()
H A Ddifferential_filter.h67 return DifferentialFilter_RHS(ctx, Q, in, out, STATEVAR_PRIMITIVE); in DifferentialFilter_RHS_Prim()
H A Dstg_shur14.h518 case STATEVAR_PRIMITIVE: in StgShur14InflowStrongQF()
/libCEED/examples/fluids/src/
H A Dsetupdm.c91 case STATEVAR_PRIMITIVE: in SetUpDM()
H A Dvelocity_gradient_projection.c69 case STATEVAR_PRIMITIVE: in VelocityGradientProjectionSetup()
H A Ddifferential_filter.c34 case STATEVAR_PRIMITIVE: in DifferentialFilterCreateOperators()
H A Dturb_spanstats.c373 case STATEVAR_PRIMITIVE: in CreateStatisticCollectionOperator()