Neko  0.8.99
A portable framework for high-order spectral element flow simulations
dynamic_smagorinsky_cpu.f90 File Reference

Go to the source code of this file.

Modules

module  dynamic_smagorinsky_cpu
 Implements the CPU kernel for the smagorinsky_t type.
 

Functions/Subroutines

subroutine, public dynamic_smagorinsky_cpu::dynamic_smagorinsky_compute_cpu (t, tstep, coef, nut, delta, c_dyn, test_filter, mij, lij, num, den)
 Compute eddy viscosity on the CPU. More...
 
subroutine dynamic_smagorinsky_cpu::compute_lij_cpu (lij, u, v, w, test_filter, n, nelv)
 Compute Germano Identity on the CPU. More...
 
subroutine dynamic_smagorinsky_cpu::compute_mij_cpu (mij, s11, s22, s33, s12, s13, s23, s_abs, test_filter, delta, n, nelv)
 Compute M_ij on the CPU. More...
 
subroutine dynamic_smagorinsky_cpu::compute_num_den_cpu (num, den, lij, mij, alpha, n)
 Compute numerator and denominator for c_dyn on the CPU. More...