Home
last modified time | relevance | path

Searched refs:max (Results 1 – 14 of 14) sorted by relevance

/libCEED/backends/magma/
H A Dceed-magma-gemm-selector.cpp64 double norm = std::numeric_limits<double>::max(); in gemm_selector()
134 double norm = std::numeric_limits<double>::max(); in nontensor_rtc_get_nb()
/libCEED/include/ceed/jit-source/magma/
H A Dmagma-basis-interp-3d.h116 sTmp += ty * (max(BASIS_P * BASIS_P * BASIS_MAX_P_Q, BASIS_P * BASIS_Q * BASIS_Q)); in __launch_bounds__()
157 sTmp += ty * (max(BASIS_Q * BASIS_Q * BASIS_MAX_P_Q, BASIS_Q * BASIS_P * BASIS_P)); in __launch_bounds__()
198 sTmp += ty * (max(BASIS_Q * BASIS_Q * BASIS_MAX_P_Q, BASIS_Q * BASIS_P * BASIS_P)); in __launch_bounds__()
H A Dmagma-basis-grad-3d.h135 …sTmp += ty * (max(BASIS_P * BASIS_P * BASIS_P, (BASIS_P * BASIS_P * BASIS_Q) + (BASIS_P * BASIS_Q …
194 …sTmp += ty * (max(BASIS_Q * BASIS_Q * BASIS_Q, (BASIS_Q * BASIS_Q * BASIS_P) + (BASIS_Q * BASIS_P …
252 …sTmp += ty * (max(BASIS_Q * BASIS_Q * BASIS_Q, (BASIS_Q * BASIS_Q * BASIS_P) + (BASIS_Q * BASIS_P …
/libCEED/benchmarks/
H A Dpostprocess_plot.py111 max([e[1] for e in d if e[0] == nun])]
137 max([e[1] for e in d if e[0] == nun])]
/libCEED/backends/magma/tuning/
H A DREADME.md18 python generate_tuning.py -arch a100 -max-nb 32 -build-cmd "make" -ceed "/gpu/cuda/magma"
/libCEED/examples/python/
H A Dex3_volume.py41 mesh_degree = max(args.mesh_degree, args.solution_degree)
H A Dex1_volume.py41 mesh_degree = max(args.mesh_degree, args.solution_degree)
H A Dex2_surface.py42 mesh_degree = max(args.mesh_degree, args.solution_degree)
/libCEED/examples/fluids/
H A Dindex.md294 \tau_{ii} = c_{\tau} \frac{2 \xi(\mathrm{Pe})}{(\lambda_{\max \text{abs}})_i \lVert \nabla_{x_i} \b…
298 …ach direction $i$ is a $5\times 5$ matrix with spectral radius $(\lambda_{\max \text{abs}})_i$ equ…
310 \lambda_{\max \text{abs}} \Bigl( \frac{\partial \bm F_{\text{adv}}}{\partial \bm q} \cdot \hat{\bm …
506 \max(1, \zeta c_1) & 0 & 0 \\
508 0 & 0 & \max(1, \zeta c_3) \\
678 $$ u_1 = u_{\max} \left [ 1 - \left ( \frac{x_2}{H}\right)^2 \right] \quad \quad u_2 = u_3 = 0$$
680 $$p = p_0 - \frac{2\rho_0 u_{\max}^2 x_1}{Re_H H}$$
682max}$ is the center velocity, $T_w$ is the temperature at the wall, $Pr=\frac{\mu}{c_p \kappa}$ is…
685 …dy force determined analytically from the fluid properties and setup parameters $H$ and $u_{\max}$.
727 \bm{\hat{x}}^n &= \left[(x - U_0 t)\max(2\kappa_{\min}/\kappa^n, 0.1) , y, z \right]^T
[all …]
/libCEED/julia/LibCEED.jl/examples/
H A Dex2-surface.jl19 mesh_order = max(mesh_order, sol_order)
/libCEED/backends/sycl-ref/
H A Dceed-sycl-vector.sycl.cpp483 …data->sycl_queue.parallel_for(length, e, maxReduction, [=](sycl::id<1> i, auto &max) { max.combine… in CeedVectorNorm_Sycl() argument
/libCEED/examples/nek/bps/
H A Dbps.usr403 dmx =max(dmx,diff)
404 xmx =max(xmx,x(i))
405 ymx =max(ymx,y(i))
408 xmx = max(xmx,ymx)
409 dmx = glmax(dmx,1) ! max across processors
/libCEED/
H A DMakefile934 AUTOPEP8_OPTS += --in-place --aggressive --max-line-length 120
/libCEED/rust/libceed-sys/c-src/
H A DMakefile934 AUTOPEP8_OPTS += --in-place --aggressive --max-line-length 120