Home
last modified time | relevance | path

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

/libCEED/examples/fluids/meshes/
H A Dcylinder.geo2 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/examples/fluids/qfunctions/
H A Dstg_shur14.h102 …const CeedScalar feta_x_fcut = exp(-Square(12 * kappa / keta) - Cube(4 * Max(kappa - 0.9 * kcut, 0… in Calc_qn()
109 *hmax = Max(Max(hNodSep[0], hNodSep[1]), hNodSep[2]); in SpectrumConstants()
112 *kcut = M_PI / Min(Max(Max(hNodSep[1], hNodSep[2]), 0.3 * (*hmax)) + 0.1 * wall_dist, *hmax); in SpectrumConstants()
168 xhat[0] = (X[0] - stg_ctx->u0 * t) * Max(2 * kappa[0] / kappa[n], 0.1); in StgShur14Calc()
213 xhat[0] = (X[0] - stg_ctx->u0 * t) * Max(2 * kappa[0] / kappa[n], 0.1); in StgShur14Calc_PrecompEktot()
H A Ddifferential_filter.h108 scaling_matrix[0][0] = Max(1, damping_coeff * context->width_scaling[0]); in DifferentialFilter_LHS_N()
110 scaling_matrix[2][2] = Max(1, damping_coeff * context->width_scaling[2]); in DifferentialFilter_LHS_N()
H A Dutils.h18 CEED_QFUNCTION_HELPER CeedScalar Max(CeedScalar a, CeedScalar b) { return a < b ? b : a; } in Max() function
/libCEED/examples/mfem/
H A Dbp3.cpp136 mfem::Array<int> ess_bdr(mesh->bdr_attributes.Max()); in main()
/libCEED/rust/libceed/src/
H A Dlib.rs77 Max = bind_ceed::CeedNormType_CEED_NORM_MAX as isize, enumerator