Neko  0.9.99
A portable framework for high-order spectral element flow simulations
vreman_nut_kernel.h File Reference
#include <cmath>
#include <algorithm>
Include dependency graph for vreman_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 vreman_nut_compute (T *__restrict__ a11, T *__restrict__ a12, T *__restrict__ a13, T *__restrict__ a21, T *__restrict__ a22, T *__restrict__ a23, T *__restrict__ a31, T *__restrict__ a32, T *__restrict__ a33, T *__restrict__ delta, T *__restrict__ nut, T *__restrict__ mult, const T c, const T eps, const int n)
 

Function Documentation

◆ vreman_nut_compute()

template<typename T >
__global__ void vreman_nut_compute ( T *__restrict__  a11,
T *__restrict__  a12,
T *__restrict__  a13,
T *__restrict__  a21,
T *__restrict__  a22,
T *__restrict__  a23,
T *__restrict__  a31,
T *__restrict__  a32,
T *__restrict__  a33,
T *__restrict__  delta,
T *__restrict__  nut,
T *__restrict__  mult,
const T  c,
const T  eps,
const int  n 
)

Device kernel for vreman_nut_compute

Definition at line 43 of file vreman_nut_kernel.h.