Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dgaussianwave.c49 CeedScalar amplitude = 0.1; // - in NS_GAUSSIAN_WAVE() local
56 …scOptionsScalar("-amplitude", "Amplitude of the perturbation", NULL, amplitude, &amplitude, NULL)); in NS_GAUSSIAN_WAVE()
67 gausswave_ctx->amplitude = amplitude; in NS_GAUSSIAN_WAVE()
/libCEED/examples/fluids/qfunctions/
H A Dgaussianwave.h22 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 Dutils.h186 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 Dindex.md629 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 DREADME.md710 * - `-amplitude`