Searched refs:sigma (Results 1 – 6 of 6) sorted by relevance
| /honee/qfunctions/ |
| H A D | stg_shur14.h | 157 const CeedScalar *sigma = &stg_ctx->data[stg_ctx->offsets.sigma]; in StgShur14Calc() local 167 vp[0] += sqrt(qn[n]) * sigma[0 * nmodes + n] * cos_kxdp; in StgShur14Calc() 168 vp[1] += sqrt(qn[n]) * sigma[1 * nmodes + n] * cos_kxdp; in StgShur14Calc() 169 vp[2] += sqrt(qn[n]) * sigma[2 * nmodes + n] * cos_kxdp; in StgShur14Calc() 200 const CeedScalar *sigma = &stg_ctx->data[stg_ctx->offsets.sigma]; in StgShur14Calc_PrecompEktot() local 214 vp[0] += sqrt(qn) * sigma[0 * nmodes + n] * cos_kxdp; in StgShur14Calc_PrecompEktot() 215 vp[1] += sqrt(qn) * sigma[1 * nmodes + n] * cos_kxdp; in StgShur14Calc_PrecompEktot() 216 vp[2] += sqrt(qn) * sigma[2 * nmodes + n] * cos_kxdp; in StgShur14Calc_PrecompEktot()
|
| H A D | newtonian.h | 88 …Residual(const NewtonianIGProperties gas, const State s, const CeedScalar sigma, CeedScalar damp_Y… in InternalDampingLayer_Residual() argument 90 ScaleN(damp_Y, sigma, 5); in InternalDampingLayer_Residual() 116 … CeedScalar v_i[5], CeedScalar *sigma) { in InternalDampingLayer_IFunction_Integrand() argument 121 *sigma = sigma_; in InternalDampingLayer_IFunction_Integrand() 135 …acobian_Integrand(const State s, const State ds, const NewtonianIGProperties gas, CeedScalar sigma, in InternalDampingLayer_IJacobian_Integrand() argument 138 InternalDampingLayer_Residual(gas, s, sigma, damp_state, idl_residual); in InternalDampingLayer_IJacobian_Integrand() 235 …const CeedScalar sigma = LinearRampCoefficient(context->idl_amplitude, context->idl_length… in RHSFunction_Newtonian() local 237 InternalDampingLayer_Residual(gas, s, sigma, damp_state, idl_residual); in RHSFunction_Newtonian() 339 CeedScalar v_i[5] = {0.}, grad_v_i[5][3] = {{0.}}, kmstress[6], Tau_d[3], sigma = 0; in IFunction_Newtonian() local 343 v_i, &sigma); in IFunction_Newtonian() [all …]
|
| H A D | stg_shur14_type.h | 30 size_t sigma, d, phi; // !< Random number set, [nmodes,3], [nmodes,3], [nmodes] member
|
| /honee/problems/ |
| H A D | stg_shur14.c | 129 …CeedScalar(*sigma)[stg_ctx->nmodes] = (CeedScalar(*)[stg_ctx->nmodes]) & stg_ctx->data[stg_ctx->of… in ReadStgRand() local 141 sigma[0][i] = (CeedScalar)atof(array[4]); in ReadStgRand() 142 sigma[1][i] = (CeedScalar)atof(array[5]); in ReadStgRand() 143 sigma[2][i] = (CeedScalar)atof(array[6]); in ReadStgRand() 183 temp_ctx->offsets.sigma = 0; in GetStgContextData()
|
| /honee/doc/ |
| H A D | theory.md | 14 … \nabla \cdot \left( \frac{\bm{U} \otimes \bm{U}}{\rho} + P \bm{I}_3 -\bm\sigma \right) - \rho \bm… 15 …al t} + \nabla \cdot \left( \frac{(E + P)\bm{U}}{\rho} -\bm{u} \cdot \bm{\sigma} - k \nabla T \rig… 19 where $\bm{\sigma} = \mu(\nabla \bm{u} + (\nabla \bm{u})^T + \lambda (\nabla \cdot \bm{u})\bm{I}_3)… 62 - \bm{\sigma} \\ 63 - \bm{u} \cdot \bm{\sigma} - k \nabla T 342 This term requires a second derivative to evaluate; first to evaluate $\bm \sigma$ and $\nabla T$ f… 520 \bm{v}' &= 2 \sqrt{3/2} \sum^N_{n=1} \sqrt{q^n(\bm{x})} \bm{\sigma}^n \cos(\kappa^n \bm{d}^n \cdot … 525 Here, we define the number of wavemodes $N$, set of random numbers $ \{\bm{\sigma}^n, \bm{d}^n, \ph… 622 The `STGRand.dat` file is the table of the random number set, $\{\bm{\sigma}^n, \bm{d}^n, \phi^n\}_… 633 | $ \{\bm{\sigma}^n, \bm{d}^n, \phi^n\}_{n=1}^N$ | RN Set | No | Yes | [all …]
|
| H A D | examples.md | 12 \rho &= \rho_\infty\left(1+A\exp\left(\frac{-(\bar{x}^2 + \bar{y}^2)}{2\sigma^2}\right)\right) \\ 14 E &= \frac{p_\infty}{\gamma -1}\left(1+A\exp\left(\frac{-(\bar{x}^2 + \bar{y}^2)}{2\sigma^2}\right)… 18 where $A$ and $\sigma$ are the amplitude and width of the perturbation, respectively, and $(\bar{x}…
|