| /libCEED/examples/fluids/qfunctions/ |
| H A D | riemann_solver.h | 167 CeedScalar u_left = Dot3(left.Y.velocity, normal); in RiemannFlux_HLL() 168 CeedScalar u_right = Dot3(right.Y.velocity, normal); in RiemannFlux_HLL() 202 CeedScalar u_left = Dot3(left.Y.velocity, normal); in RiemannFlux_HLL_fwd() 203 CeedScalar u_right = Dot3(right.Y.velocity, normal); in RiemannFlux_HLL_fwd() 204 CeedScalar du_left = Dot3(dleft.Y.velocity, normal); in RiemannFlux_HLL_fwd() 205 CeedScalar du_right = Dot3(dright.Y.velocity, normal); in RiemannFlux_HLL_fwd() 279 CeedScalar u_left = Dot3(left.Y.velocity, normal); in RiemannFlux_HLLC() 280 CeedScalar u_right = Dot3(right.Y.velocity, normal); in RiemannFlux_HLLC() 309 CeedScalar u_left = Dot3(left.Y.velocity, normal); in RiemannFlux_HLLC_fwd() 310 CeedScalar u_right = Dot3(right.Y.velocity, normal); in RiemannFlux_HLLC_fwd() [all …]
|
| H A D | newtonian_state.h | 60 CeedScalar e_kinetic = 0.5 * Dot3(s.Y.velocity, s.Y.velocity); in TotalSpecificEnthalpy() 66 CeedScalar de_kinetic = Dot3(ds.Y.velocity, s.Y.velocity); in TotalSpecificEnthalpy_fwd() 74 CeedScalar e_kinetic = .5 * Dot3(Y.velocity, Y.velocity); in StatePrimitiveFromConservative() 87 CeedScalar e_kinetic = .5 * Dot3(s.Y.velocity, s.Y.velocity); in StatePrimitiveFromConservative_fwd() 88 CeedScalar de_kinetic = Dot3(dY.velocity, s.Y.velocity); in StatePrimitiveFromConservative_fwd() 104 const CeedScalar e_kinetic = 0.5 * Dot3(Y.velocity, Y.velocity); in StateEntropyFromPrimitive() 117 const CeedScalar e_kinetic = .5 * Dot3(s.Y.velocity, s.Y.velocity); in StateEntropyFromPrimitive_fwd() 118 const CeedScalar de_kinetic = Dot3(dY.velocity, s.Y.velocity); in StateEntropyFromPrimitive_fwd() 135 const CeedScalar e_kinetic = 0.5 * Dot3(Y.velocity, Y.velocity); in StatePrimitiveFromEntropy() 148 const CeedScalar e_kinetic = 0.5 * Dot3(s.Y.velocity, s.Y.velocity); in StatePrimitiveFromEntropy_fwd() [all …]
|
| H A D | blasius.h | 80 CeedScalar U_infty = sqrt(Dot3(S_infty.Y.velocity, S_infty.Y.velocity)); in BlasiusSolution() 115 const CeedScalar U_infty = sqrt(Dot3(S_infty.Y.velocity, S_infty.Y.velocity)); in ICsBlasius() 143 const CeedScalar U_infty = sqrt(Dot3(S_infty.Y.velocity, S_infty.Y.velocity)); in Blasius_Inflow() 200 const CeedScalar U_infty = sqrt(Dot3(S_infty.Y.velocity, S_infty.Y.velocity)); in Blasius_Inflow_Jacobian() 219 CeedScalar dE_kinetic = .5 * drho * Dot3(s.Y.velocity, s.Y.velocity); in Blasius_Inflow_Jacobian() 229 const CeedScalar u_normal = Dot3(norm, s.Y.velocity); in Blasius_Inflow_Jacobian()
|
| H A D | bc_slip.h | 31 const CeedScalar vel_normal = Dot3(s.Y.velocity, norm); in Slip() 84 const CeedScalar vel_normal = Dot3(s.Y.velocity, norm); in Slip_Jacobian() 90 const CeedScalar dvel_normal = Dot3(ds.Y.velocity, norm); in Slip_Jacobian()
|
| H A D | densitycurrent.h | 112 for (CeedInt i = 0; i < 3; i++) rr[i] -= dc_axis[i] * Dot3(dc_axis, rr); in Exact_DC() 113 const CeedScalar r = sqrt(Dot3(rr, rr)); in Exact_DC()
|
| H A D | channel.h | 123 const CeedScalar E_kinetic = .5 * rho_in * Dot3(s_exact.Y.velocity, s_exact.Y.velocity); in Channel_Inflow() 130 const CeedScalar u_normal = Dot3(norm, s_exact.Y.velocity); in Channel_Inflow() 171 const CeedScalar u_normal = Dot3(norm, u); // Normal velocity in Channel_Outflow()
|
| H A D | taylorgreen.h | 26 const CeedScalar V0 = sqrt(Dot3(reference.velocity, reference.velocity)); in ICsTaylorGreen()
|
| H A D | gaussianwave.h | 48 …const CeedScalar e_kinetic = 0.5 * S_infty.U.density * Dot3(S_infty.Y.velocity, S_infty.Y.velocity… in IC_GaussianWave()
|
| H A D | grid_anisotropy_tensor.h | 30 *delta = sqrt(Dot3(evals, evals)); in AnisotropyTensor()
|
| H A D | stabilization.h | 95 velocity_term = Dot3(s.Y.velocity, gij_uj); in Tau_diagPrim()
|
| H A D | stg_shur14.h | 371 const CeedScalar E_kinetic = .5 * rho * Dot3(u, u); in StgShur14Inflow() 386 const CeedScalar u_normal = Dot3(norm, u); in StgShur14Inflow() 443 CeedScalar dE_kinetic = .5 * drho * Dot3(velocity, velocity); in StgShur14Inflow_Jacobian() 453 const CeedScalar u_normal = Dot3(norm, velocity); in StgShur14Inflow_Jacobian()
|
| H A D | bc_freestream.h | 198 const CeedScalar u_normal = Dot3(y_ext.velocity, normal); in RiemannOutflow() 274 const CeedScalar u_normal = Dot3(s_int.Y.velocity, normal); in RiemannOutflow_Jacobian() 275 const CeedScalar du_normal = Dot3(ds_int.Y.velocity, normal); in RiemannOutflow_Jacobian()
|
| H A D | newtonian.h | 189 …_force[5] = {0, s.U.density * g[0], s.U.density * g[1], s.U.density * g[2], Dot3(s.U.momentum, g)}; in RHSFunction_Newtonian() 262 …_force[5] = {0, s.U.density * g[0], s.U.density * g[1], s.U.density * g[2], Dot3(s.U.momentum, g)}; in IFunction_Newtonian() 355 …ce[5] = {0, ds.U.density * g[0], ds.U.density * g[1], ds.U.density * g[2], Dot3(ds.U.momentum, g)}; in IJacobian_Newtonian()
|
| H A D | utils.h | 54 CEED_QFUNCTION_HELPER CeedScalar Dot3(const CeedScalar *u, const CeedScalar *v) { return u[0] * v[0… in Dot3() function
|
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 273 ScaleN(normal, 1 / sqrt(Dot3(normal, normal)), 3); in TestRiemannHLL_fwd() 335 ScaleN(normal, 1 / sqrt(Dot3(normal, normal)), 3); in TestRiemannHLLC_fwd() 397 ScaleN(normal, 1 / sqrt(Dot3(normal, normal)), 3); in TestComputeHLLSpeeds_Roe_fwd() 398 CeedScalar u_left0 = Dot3(left0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd() 399 CeedScalar u_right0 = Dot3(right0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd() 414 CeedScalar du_left = Dot3(dleft0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd() 415 CeedScalar du_right = Dot3(dright0.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd() 432 CeedScalar u_left1 = Dot3(left1.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd() 433 CeedScalar u_right1 = Dot3(right1.Y.velocity, normal); in TestComputeHLLSpeeds_Roe_fwd()
|
| H A D | blasius.c | 26 CeedScalar U_infty = sqrt(Dot3(S_infty.Y.velocity, S_infty.Y.velocity)); in CompressibleBlasiusResidual()
|
| H A D | newtonian.c | 120 const CeedScalar e_kinetic = 0.5 * Dot3(u, u); in UnitTests_Newtonian()
|