Home
last modified time | relevance | path

Searched refs:amplitude (Results 1 – 6 of 6) sorted by relevance

/honee/problems/
H A Dgaussianwave.c29 CeedScalar amplitude = 0.1; // - in NS_GAUSSIAN_WAVE() local
36 …scOptionsScalar("-amplitude", "Amplitude of the perturbation", NULL, amplitude, &amplitude, NULL)); in NS_GAUSSIAN_WAVE()
61 gausswave_ctx->amplitude = amplitude; in NS_GAUSSIAN_WAVE()
/honee/qfunctions/
H A Dgaussianwave.h15 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 Dutils.h287 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 Dnewtonian.h114 …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 Dtheory.md525 …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 Dexamples.md18 where $A$ and $\sigma$ are the amplitude and width of the perturbation, respectively, and $(\bar{x}…
38 * - `-amplitude`