Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
#include <cmath>
#include <algorithm>
Go to the source code of this file.
Functions | |
template<typename T > | |
__global__ void | wall_model_compute_mag_field (const T *__restrict__ tau_x_d, const T *__restrict__ tau_y_d, const T *__restrict__ tau_z_d, T *__restrict__ tau_field_d, const int *__restrict__ msk_d, const int m) |
__global__ void wall_model_compute_mag_field | ( | const T *__restrict__ | tau_x_d, |
const T *__restrict__ | tau_y_d, | ||
const T *__restrict__ | tau_z_d, | ||
T *__restrict__ | tau_field_d, | ||
const int *__restrict__ | msk_d, | ||
const int | m | ||
) |
Device kernel for wall_model_tau_field_compute
Definition at line 43 of file wall_model_kernel.h.