Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
smagorinsky_nut_kernel.h File Reference
#include <cmath>
#include <algorithm>
Include dependency graph for smagorinsky_nut_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 smagorinsky_nut_compute (T *__restrict__ s11, T *__restrict__ s22, T *__restrict__ s33, T *__restrict__ s12, T *__restrict__ s13, T *__restrict__ s23, T *__restrict__ delta, T *__restrict__ nut, T *__restrict__ mult, const T c_s, const int n)
 

Function Documentation

◆ smagorinsky_nut_compute()

template<typename T >
__global__ void smagorinsky_nut_compute ( T *__restrict__  s11,
T *__restrict__  s22,
T *__restrict__  s33,
T *__restrict__  s12,
T *__restrict__  s13,
T *__restrict__  s23,
T *__restrict__  delta,
T *__restrict__  nut,
T *__restrict__  mult,
const T  c_s,
const int  n 
)

Device kernel for smagorinsky_nut_compute

Definition at line 43 of file smagorinsky_nut_kernel.h.

Here is the call graph for this function: