Searched refs:Min (Results 1 – 5 of 5) sorted by relevance
| /libCEED/examples/fluids/meshes/ |
| H A D | cylinder.geo | 2 zspan = {0.2, Min .1, Max 10, Step .1, 7 H = {4.5, Min 1, Max 10, Step .1, 12 xL = {4.5, Min 1, Max 10, Step .1, 17 xR = {11, Min .2, Max 30, Step .1, 22 cyldiameter = {1.0, Min .1, Max 1.0, Step .1, 27 N = {20, Min 2, Max 80, Step 2, 32 RadialRatio = {1, Min .2, Max 5, Step .1, 36 Rb = {.9, Min .5, Max 2, Step .05,
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.bib | 21 Min, Misun and 64 Min, Misun and 98 Min, Misun and 133 …author={Paul Fischer and Misun Min and Thilina Rathnayake and Som Dutta and Tzanio Kolev and Vesel…
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | utils.h | 19 CEED_QFUNCTION_HELPER CeedScalar Min(CeedScalar a, CeedScalar b) { return a < b ? a : b; } in Min() function
|
| H A D | stg_shur14.h | 110 *ke = wall_dist == 0 ? 1e16 : 2 * M_PI / Min(2 * wall_dist, 3 * lt); in SpectrumConstants() 112 *kcut = M_PI / Min(Max(Max(hNodSep[1], hNodSep[2]), 0.3 * (*hmax)) + 0.1 * wall_dist, *hmax); in SpectrumConstants()
|
| /libCEED/examples/fluids/problems/ |
| H A D | newtonian.c | 251 CeedScalar Ctau_v = Cv_func[(CeedInt)Min(3, degree) - 1]; in NS_NEWTONIAN_IG()
|