Searched refs:amplitude (Results 1 – 5 of 5) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | gaussianwave.c | 49 CeedScalar amplitude = 0.1; // - in NS_GAUSSIAN_WAVE() local 56 …scOptionsScalar("-amplitude", "Amplitude of the perturbation", NULL, amplitude, &litude, NULL)); in NS_GAUSSIAN_WAVE() 67 gausswave_ctx->amplitude = amplitude; in NS_GAUSSIAN_WAVE()
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | gaussianwave.h | 22 CeedScalar amplitude; // Amplitude of the perturbation member 35 const CeedScalar amplitude = context->amplitude; in IC_GaussianWave() local 50 …const CeedScalar perturbation = 1 + amplitude * exp(-(Square(x0) + Square(y0)) / (2 * Square(width… in IC_GaussianWave()
|
| H A D | utils.h | 186 CEED_QFUNCTION_HELPER CeedScalar LinearRampCoefficient(CeedScalar amplitude, CeedScalar length, Cee… in LinearRampCoefficient() argument 188 return amplitude; in LinearRampCoefficient() 190 return amplitude * ((x - start) * (-1 / length) + 1); in LinearRampCoefficient()
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 629 where $A$ and $\sigma$ are the amplitude and width of the perturbation, respectively, and $(\bar{x}… 734 wavemode amplitude $q^n$, wavemode frequency $\kappa^n$, and $\kappa_{\min} = 867 The STG inflow boundary condition creates large amplitude acoustic waves. 876 …a linear ramp starting at `-idl_start` with length `-idl_length` and an amplitude of inverse `-idl…
|
| H A D | README.md | 710 * - `-amplitude`
|