Searched refs:amplitude (Results 1 – 6 of 6) sorted by relevance
| /honee/problems/ |
| H A D | gaussianwave.c | 29 CeedScalar amplitude = 0.1; // - in NS_GAUSSIAN_WAVE() local 36 …scOptionsScalar("-amplitude", "Amplitude of the perturbation", NULL, amplitude, &litude, NULL)); in NS_GAUSSIAN_WAVE() 61 gausswave_ctx->amplitude = amplitude; in NS_GAUSSIAN_WAVE()
|
| /honee/qfunctions/ |
| H A D | gaussianwave.h | 15 CeedScalar amplitude; // Amplitude of the perturbation member 29 const CeedScalar amplitude = context->amplitude; in IC_GaussianWave() local 44 …const CeedScalar perturbation = 1 + amplitude * exp(-(Square(x0) + Square(y0)) / (2 * Square(width… in IC_GaussianWave()
|
| H A D | utils.h | 287 CEED_QFUNCTION_HELPER CeedScalar LinearRampCoefficient(CeedScalar amplitude, CeedScalar length, Cee… in LinearRampCoefficient() argument 289 return amplitude; in LinearRampCoefficient() 291 return amplitude * ((x - start) * (-1 / length) + 1); in LinearRampCoefficient()
|
| H A D | newtonian.h | 114 …pingLayer_IFunction_Integrand(const State s, const NewtonianIGProperties gas, CeedScalar amplitude, in InternalDampingLayer_IFunction_Integrand() argument 117 const CeedScalar sigma_ = LinearRampCoefficient(amplitude, length, start, location); in InternalDampingLayer_IFunction_Integrand()
|
| /honee/doc/ |
| H A D | theory.md | 525 …bm{C}$ (such that $\bm{R} = \bm{CC}^T$ ), bulk velocity $U_0$, wavemode amplitude $q^n$, wavemode … 713 The STG inflow boundary condition creates large amplitude acoustic waves. 722 …a linear ramp starting at `-idl_start` with length `-idl_length` and an amplitude of inverse `-idl…
|
| H A D | examples.md | 18 where $A$ and $\sigma$ are the amplitude and width of the perturbation, respectively, and $(\bar{x}… 38 * - `-amplitude`
|