Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 28) sorted by relevance

12

/libCEED/examples/fluids/qfunctions/
H A Dnewtonian_state.h31 CEED_QFUNCTION_HELPER void UnpackState_U(StateConservative s, CeedScalar U[5]) { in UnpackState_U()
37 CEED_QFUNCTION_HELPER void UnpackState_Y(StatePrimitive s, CeedScalar Y[5]) { in UnpackState_Y()
43 CEED_QFUNCTION_HELPER void UnpackState_V(StateEntropy s, CeedScalar V[5]) { in UnpackState_V()
59 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy(NewtonianIdealGasContext gas, const State s)… in TotalSpecificEnthalpy()
65 …ER CeedScalar TotalSpecificEnthalpy_fwd(NewtonianIdealGasContext gas, const State s, const State d… in TotalSpecificEnthalpy_fwd()
82 …imitive StatePrimitiveFromConservative_fwd(NewtonianIdealGasContext gas, State s, StateConservativ… in StatePrimitiveFromConservative_fwd()
112 …StateEntropy StateEntropyFromPrimitive_fwd(NewtonianIdealGasContext gas, State s, StatePrimitive d… in StateEntropyFromPrimitive_fwd()
142 …atePrimitive StatePrimitiveFromEntropy_fwd(NewtonianIdealGasContext gas, State s, StateEntropy dV)… in StatePrimitiveFromEntropy_fwd()
166 …rvative StateConservativeFromPrimitive_fwd(NewtonianIdealGasContext gas, State s, StatePrimitive d… in StateConservativeFromPrimitive_fwd()
196 …teEntropy StateEntropyFromConservative_fwd(NewtonianIdealGasContext gas, State s, StateConservativ… in StateEntropyFromConservative_fwd()
[all …]
H A Dstabilization.h28 CEED_QFUNCTION_HELPER void StabilizationMatrix(NewtonianIdealGasContext gas, State s, CeedScalar Ta… in StabilizationMatrix()
46 CEED_QFUNCTION_HELPER void Stabilization(NewtonianIdealGasContext gas, State s, CeedScalar Tau_d[3]… in Stabilization()
71 CEED_QFUNCTION_HELPER void Tau_diagPrim(NewtonianIdealGasContext gas, State s, const CeedScalar dXd… in Tau_diagPrim()
H A Dnewtonian.h21 …PER void InternalDampingLayer(const NewtonianIdealGasContext context, const State s, const CeedSca… in InternalDampingLayer()
41 State s = StateFromPrimitive(&context->gas, context->reference); in ICsNewtonianIG() local
73 const State s = StateFromQ(context, qi, state_var); in MassFunction_Newtonian() local
167 State s = StateFromU(context, U); in RHSFunction_Newtonian() local
236 const State s = StateFromQ(context, qi, state_var); in IFunction_Newtonian() local
328 State s = StateFromQ(context, qi, state_var); in IJacobian_Newtonian() local
407 State s = StateFromQ(context, qi, state_var); in BoundaryIntegral() local
474 State s = StateFromQ(context, qi, state_var); in BoundaryIntegral_Jacobian() local
H A Dtaylorgreen.h40 State s = StateFromY(gas, Y); in ICsTaylorGreen() local
H A Dbc_slip.h24 State s = StateFromQ(newt_ctx, qi, state_var); in Slip() local
80 State s = StateFromQ(newt_ctx, qi, state_var); in Slip_Jacobian() local
H A Dadvection.h227 …calGradientFromReference_ND(CeedInt N, CeedInt Q, CeedInt i, NewtonianIdealGasContext gas, State s, in StatePhysicalGradientFromReference_ND()
257 CEED_QFUNCTION_HELPER CeedScalar Tau(AdvectionContext context, const State s, const CeedScalar *dXd… in Tau()
298 const State s = StateFromU(gas, qi); in IFunction_AdvectionGeneric() local
379 const State s = StateFromU(gas, qi); in MassFunction_AdvectionGeneric() local
434 const State s = StateFromU(gas, qi); in RHSFunction_AdvectionGeneric() local
H A Dblasius.h121 State s = BlasiusSolution(context, x, x0, x_inflow, S_infty.U.density, &t12); in ICsBlasius() local
155 State s = BlasiusSolution(context, x, x0, context->x_inflow, rho_0, &t12); in Blasius_Inflow() local
211 State s = BlasiusSolution(context, x, x0, 0, rho_0, &t12); in Blasius_Inflow_Jacobian() local
H A Dvelocity_gradient_projection.h27 const State s = StateFromQ(context, qi, state_var); in VelocityGradientProjectionRHS() local
H A Dturb_spanstats.h26 const State s = StateFromQ(gas, qi, state_var); in ChildStatsCollection() local
H A Dbc_freestream.h35 const State s = StateFromQ(newt_ctx, qi, state_var); in Freestream() local
108 State s = StateFromQ(newt_ctx, qi, state_var); in Freestream_Jacobian() local
338 State s = StateFromQ(gas, qi, state_var); in PressureOutflow() local
408 State s = StateFromQ(gas, qi, state_var); in PressureOutflow_Jacobian() local
H A Ddensitycurrent.h143 State s = Exact_DC(3, 0., x, 5, ctx); in ICsDC() local
H A Dchannel.h75 State s = Exact_Channel(3, 0., x, 5, ctx); in ICsChannel() local
H A Dstg_shur14.h314 State s = StateFromY(gas, Y); in ICsStg() local
512 State s = StateFromY(gas, Y); in StgShur14InflowStrongQF() local
H A Ddifferential_filter.h45 const State s = StateFromQ(gas, qi, state_var); in DifferentialFilter_RHS() local
/libCEED/tests/
H A Dt412-qfunction-f.f909 integer q,s,i variable
/libCEED/examples/solids/src/
H A Dboundary.c59 PetscScalar c = cos(theta), s = sin(theta); in BCClamp() local
/libCEED/examples/rust/mesh/src/
H A Dlib.rs18 let mut s = 0; // find s: num_elem / 2 < 2^s <= num_elem localVariable
/libCEED/backends/sycl-gen/
H A Dceed-sycl-gen-operator-build.sycl.cpp229 for (const auto &s : allowed_sg_sizes) { in CeedOperatorBuildKernel_Sycl_gen() local
/libCEED/examples/ceed/
H A Dex3-volume.c287 CeedInt s = 0; // find s: num_elem/2 < 2^s <= num_elem in GetCartesianMeshSize() local
H A Dex2-surface.c318 CeedInt s = 0; // find s: num_elem/2 < 2^s <= num_elem in GetCartesianMeshSize() local
H A Dex1-volume.c298 CeedInt s = 0; // find s: num_elem/2 < 2^s <= num_elem in GetCartesianMeshSize() local
H A Dex1-volume-f.f9050 integer s, r, d, sd local
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c308 CeedInt s = 0; // find s: num_elem/2 < 2^s <= num_elem in GetCartesianMeshSize() local
/libCEED/examples/fluids/src/
H A Dsetupts.c62 PetscSection s; in Surface_Forces_NS() local
/libCEED/backends/ref/
H A Dceed-ref-operator.c1425 for (CeedInt s = 0; s < e_vec_size; s++) { in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() local
1632 for (CeedInt s = 0; s < e_vec_size; s++) { in CeedOperatorAssembleSingleAtPoints_Ref() local

12