| /honee/qfunctions/ |
| H A D | utils.h | 27 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 D | taylorgreen.h | 19 CeedScalar u[3]; member
|
| H A D | eulervortex.h | 81 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 D | mass.h | 20 const CeedScalar(*u)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in Mass_N() local
|
| H A D | shocktube.h | 85 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 D | stg_shur14.h | 291 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 D | channel.h | 154 const CeedScalar u[3] = {q[1][i] / rho, q[2][i] / rho, q[3][i] / rho}; in Channel_Outflow() local
|
| H A D | advection.h | 508 const CeedScalar u[3] = {q[1][i] / rho, q[2][i] / rho, q[3][i] / rho}; in Advection_InOutFlowGeneric() local
|
| H A D | newtonian_state.h | 50 CEED_QFUNCTION_HELPER CeedScalar Mach(NewtonianIGProperties gas, CeedScalar T, CeedScalar u) { retu… in Mach()
|
| /honee/examples/postprocess/ |
| H A D | vortexshedding.py | 8 def coeff(force, rho=1, u=1, D=1, zspan=0.2): argument
|
| /honee/problems/ |
| H A D | bc_freestream.c | 224 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 D | newtonian.c | 743 const CeedScalar u[3] = {u_base, u_base * 1.1, u_base * 1.2}; in UnitTests_Newtonian() local
|
| /honee/src/ |
| H A D | misc.c | 229 Vec u, v; in HoneeCalculateDomainSize() local
|