| 
    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_cpu | 
Implements the CPU kernel for the dynamic_smagorinsky_t type.  | |
Functions/Subroutines | |
| subroutine, public | dynamic_smagorinsky_cpu::dynamic_smagorinsky_compute_cpu (if_ext, t, tstep, coef, nut, delta, c_dyn, test_filter, mij, lij, num, den) | 
| Compute eddy viscosity on the CPU.   | |
| subroutine | dynamic_smagorinsky_cpu::compute_lij_cpu (lij, u, v, w, test_filter, n) | 
| Compute Germano Identity on the CPU.   | |
| subroutine | dynamic_smagorinsky_cpu::compute_mij_cpu (mij, s11, s22, s33, s12, s13, s23, s_abs, test_filter, delta, n) | 
| Compute M_ij on the CPU.   | |
| subroutine | dynamic_smagorinsky_cpu::compute_num_den_cpu (num, den, lij, mij, alpha, n) | 
| Compute numerator and denominator for c_dyn on the CPU.   | |