Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Implements the device kernel for the wall_model_t
type.
Data Types | |
interface | hip_wall_model_compute_mag_field |
Functions/Subroutines | |
subroutine, public | wall_model_compute_mag_field_device (tau_x_d, tau_y_d, tau_z_d, tau_field_d, msk_d, m) |
Compute the wall shear stress's magnitude on device. | |
subroutine, public wall_model_device::wall_model_compute_mag_field_device | ( | type(c_ptr), intent(in) | tau_x_d, |
type(c_ptr), intent(in) | tau_y_d, | ||
type(c_ptr), intent(in) | tau_z_d, | ||
type(c_ptr), intent(inout) | tau_field_d, | ||
type(c_ptr), intent(in) | msk_d, | ||
integer, intent(in) | m | ||
) |
t | The time value. |
tstep | The current time-step. |
Definition at line 71 of file wall_model_device.F90.