|
Neko 1.99.2
A portable framework for high-order spectral element flow simulations
|
Data Types | |
| interface | hip_wale_nut_compute |
Functions/Subroutines | |
| subroutine, public | device_wale_nut_compute (g11_d, g12_d, g13_d, g21_d, g22_d, g23_d, g31_d, g32_d, g33_d, delta_d, nut_d, mult_d, c, eps, n) |
| Compute the eddy viscosity field for the WALE model on the device. | |
| subroutine, public device_wale_nut::device_wale_nut_compute | ( | type(c_ptr) | g11_d, |
| type(c_ptr) | g12_d, | ||
| type(c_ptr) | g13_d, | ||
| type(c_ptr) | g21_d, | ||
| type(c_ptr) | g22_d, | ||
| type(c_ptr) | g23_d, | ||
| type(c_ptr) | g31_d, | ||
| type(c_ptr) | g32_d, | ||
| type(c_ptr) | g33_d, | ||
| type(c_ptr) | delta_d, | ||
| type(c_ptr) | nut_d, | ||
| type(c_ptr) | mult_d, | ||
| real(kind=rp) | c, | ||
| real(kind=rp) | eps, | ||
| integer | n | ||
| ) |
Definition at line 85 of file device_wale_nut.F90.

