| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Implements the device kernel for the vreman_t type.  
Functions/Subroutines | |
| subroutine, public | vreman_compute_device (t, tstep, coef, nut, delta, c) | 
| Compute eddy viscosity on the device.   | |
| subroutine, public vreman_device::vreman_compute_device | ( | real(kind=rp), intent(in) | t, | 
| integer, intent(in) | tstep, | ||
| type(coef_t), intent(in) | coef, | ||
| type(field_t), intent(inout) | nut, | ||
| type(field_t), intent(in) | delta, | ||
| real(kind=rp), intent(in) | c | ||
| ) | 
| t | The time value. | 
| tstep | The current time-step. | 
| coef | SEM coefficients. | 
| nut | The SGS viscosity array. | 
| delta | The LES lengthscale. | 
| c | The Vreman model constant | 
Definition at line 58 of file vreman_device.f90.

