Home
last modified time | relevance | path

Searched defs:u (Results 1 – 13 of 13) sorted by relevance

/honee/qfunctions/
H A Dutils.h27 CEED_QFUNCTION_HELPER void ScaleN(CeedScalar *u, const CeedScalar alpha, const CeedInt N) { in ScaleN()
32 CEED_QFUNCTION_HELPER void SetValueN(CeedScalar *u, const CeedScalar alpha, const CeedInt N) { in SetValueN()
43 CEED_QFUNCTION_HELPER CeedScalar DotN(const CeedScalar *u, const CeedScalar *v, const CeedInt N) { in DotN()
55 CEED_QFUNCTION_HELPER CeedScalar Dot3(const CeedScalar *u, const CeedScalar *v) { return u[0] * v[0… in Dot3()
58 CEED_QFUNCTION_HELPER CeedScalar Dot2(const CeedScalar *u, const CeedScalar *v) { return u[0] * v[0… in Dot2()
61 CEED_QFUNCTION_HELPER CeedScalar Norm3(const CeedScalar *u) { return sqrt(u[0] * u[0] + u[1] * u[1]… in Norm3()
64 CEED_QFUNCTION_HELPER CeedScalar Norm2(const CeedScalar *u) { return sqrt(u[0] * u[0] + u[1] * u[1]… in Norm2()
H A Dtaylorgreen.h19 CeedScalar u[3]; member
H A Deulervortex.h81 CeedScalar rho, P, T, E, u[3] = {0.}; in Exact_Euler() local
278 const CeedScalar u[3] = {q[1][i] / rho, q[2][i] / rho, q[3][i] / rho}; in Euler() local
399 const CeedScalar u[3] = {q[1][i] / rho, q[2][i] / rho, q[3][i] / rho}; in IFunction_Euler() local
595 const CeedScalar u[3] = {q[1][i] / rho, q[2][i] / rho, q[3][i] / rho}; in Euler_Outflow() local
H A Dmass.h20 const CeedScalar(*u)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in Mass_N() local
H A Dshocktube.h85 CeedScalar rho, P, u[3] = {0.}; in Exact_ShockTube() local
227 const CeedScalar u[3] = {q[1][i] / rho, q[2][i] / rho, q[3][i] / rho}; in EulerShockTube() local
H A Dstg_shur14.h291 CeedScalar qn[STG_NMODES_MAX], u[3], ubar[3], cij[6], eps, lt; in ICsStg() local
342 CeedScalar qn[STG_NMODES_MAX], u[3], ubar[3], cij[6], eps, lt; in StgShur14Inflow() local
482 CeedScalar u[3], ubar[3], cij[6], eps, lt; in StgShur14InflowStrongQF() local
H A Dchannel.h154 const CeedScalar u[3] = {q[1][i] / rho, q[2][i] / rho, q[3][i] / rho}; in Channel_Outflow() local
H A Dadvection.h508 const CeedScalar u[3] = {q[1][i] / rho, q[2][i] / rho, q[3][i] / rho}; in Advection_InOutFlowGeneric() local
H A Dnewtonian_state.h50 CEED_QFUNCTION_HELPER CeedScalar Mach(NewtonianIGProperties gas, CeedScalar T, CeedScalar u) { retu… in Mach()
/honee/examples/postprocess/
H A Dvortexshedding.py8 def coeff(force, rho=1, u=1, D=1, zspan=0.2): argument
/honee/problems/
H A Dbc_freestream.c224 const CeedScalar u[3] = {u_base, u_base * 1.1, u_base * 1.2}; in TestRiemannHLL_fwd() local
286 const CeedScalar u[3] = {u_base, u_base * 1.1, u_base * 1.2}; in TestRiemannHLLC_fwd() local
348 const CeedScalar u[3] = {u_base, u_base * 1.1, u_base * 1.2}; in TestComputeHLLSpeeds_Roe_fwd() local
423 const CeedScalar u[3] = {u_base, u_base * 1.1, u_base * 1.2}; in TestTotalSpecificEnthalpy_fwd() local
H A Dnewtonian.c743 const CeedScalar u[3] = {u_base, u_base * 1.1, u_base * 1.2}; in UnitTests_Newtonian() local
/honee/src/
H A Dmisc.c229 Vec u, v; in HoneeCalculateDomainSize() local