Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
wall_model_kernel.h File Reference
#include <cmath>
#include <algorithm>
Include dependency graph for wall_model_kernel.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ wall_model_compute_mag_field()

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 
)

Device kernel for wall_model_tau_field_compute

Definition at line 43 of file wall_model_kernel.h.

Here is the call graph for this function: