|
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 | smagorinsky_nut_compute (const T *__restrict__ s11, const T *__restrict__ s22, const T *__restrict__ s33, const T *__restrict__ s12, const T *__restrict__ s13, const T *__restrict__ s23, const T *__restrict__ delta, T *__restrict__ nut, const T *__restrict__ mult, const T c_s, const int n) |
| __global__ void smagorinsky_nut_compute | ( | const T *__restrict__ | s11, |
| const T *__restrict__ | s22, | ||
| const T *__restrict__ | s33, | ||
| const T *__restrict__ | s12, | ||
| const T *__restrict__ | s13, | ||
| const T *__restrict__ | s23, | ||
| const T *__restrict__ | delta, | ||
| T *__restrict__ | nut, | ||
| const 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.
