| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Go to the source code of this file.
Modules | |
| module | dynamic_smagorinsky_device | 
Implements the device kernel for the dynamic_smagorinsky_t type.  | |
Functions/Subroutines | |
| subroutine, public | dynamic_smagorinsky_device::dynamic_smagorinsky_compute_device (if_ext, t, tstep, coef, nut, delta, c_dyn, test_filter, mij, lij, num, den) | 
| Compute eddy viscosity on the device.   | |
| subroutine | dynamic_smagorinsky_device::compute_lij_device (lij, u, v, w, test_filter, n) | 
| Compute Germano Identity on the device.   | |
| subroutine | dynamic_smagorinsky_device::compute_nut_device (nut, c_dyn, num, den, lij, mij, s11, s22, s33, s12, s13, s23, s_abs, test_filter, delta, alpha, coef, n) | 
| Compute M_ij and nut on the device.   | |