Neko
0.9.99
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 | sigma_nut_compute (T *__restrict__ g11, T *__restrict__ g12, T *__restrict__ g13, T *__restrict__ g21, T *__restrict__ g22, T *__restrict__ g23, T *__restrict__ g31, T *__restrict__ g32, T *__restrict__ g33, T *__restrict__ delta, T *__restrict__ nut, T *__restrict__ mult, const T c, const T eps, const int n) |
__global__ void sigma_nut_compute | ( | T *__restrict__ | g11, |
T *__restrict__ | g12, | ||
T *__restrict__ | g13, | ||
T *__restrict__ | g21, | ||
T *__restrict__ | g22, | ||
T *__restrict__ | g23, | ||
T *__restrict__ | g31, | ||
T *__restrict__ | g32, | ||
T *__restrict__ | g33, | ||
T *__restrict__ | delta, | ||
T *__restrict__ | nut, | ||
T *__restrict__ | mult, | ||
const T | c, | ||
const T | eps, | ||
const int | n | ||
) |
Device kernel for sigma_nut_compute
Definition at line 43 of file sigma_nut_kernel.h.