Home
last modified time | relevance | path

Searched defs:width (Results 1 – 4 of 4) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dgaussianwave.h21 CeedScalar width; // Controls width of the perturbation member
36 const CeedScalar width = context->width; in IC_GaussianWave() local
H A Dbc_freestream.h158 CEED_QFUNCTION_HELPER CeedScalar Softplus(CeedScalar x, CeedScalar width) { in Softplus()
163 CEED_QFUNCTION_HELPER CeedScalar Softplus_fwd(CeedScalar x, CeedScalar dx, CeedScalar width) { in Softplus_fwd()
/libCEED/examples/fluids/problems/
H A Dgaussianwave.c48 CeedScalar width = 0.002; // m in NS_GAUSSIAN_WAVE() local
/libCEED/backends/magma/tuning/
H A Dtuning.cpp134 constexpr int width = 12, precision = 2; in main() local