| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Data Types | |
| interface | hip_smagorinsky_nut_compute | 
Functions/Subroutines | |
| subroutine, public | device_smagorinsky_nut_compute (s11_d, s22_d, s33_d, s12_d, s13_d, s23_d, delta_d, nut_d, mult_d, c_s, n) | 
| Compute the eddy viscosity field for the Sigma model indevice.   | |
| subroutine, public device_smagorinsky_nut::device_smagorinsky_nut_compute | ( | type(c_ptr) | s11_d, | 
| type(c_ptr) | s22_d, | ||
| type(c_ptr) | s33_d, | ||
| type(c_ptr) | s12_d, | ||
| type(c_ptr) | s13_d, | ||
| type(c_ptr) | s23_d, | ||
| type(c_ptr) | delta_d, | ||
| type(c_ptr) | nut_d, | ||
| type(c_ptr) | mult_d, | ||
| real(kind=rp) | c_s, | ||
| integer | n | ||
| ) | 
Definition at line 81 of file device_smagorinsky_nut.F90.

