Loading [MathJax]/extensions/tex2jax.js
Neko 0.9.99
A portable framework for high-order spectral element flow simulations
All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Pages
sigma_nut_kernel.h File Reference
#include <cmath>
#include <algorithm>
Include dependency graph for sigma_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 sigma_nut_compute (const T *__restrict__ g11, const T *__restrict__ g12, const T *__restrict__ g13, const T *__restrict__ g21, const T *__restrict__ g22, const T *__restrict__ g23, const T *__restrict__ g31, const T *__restrict__ g32, const T *__restrict__ g33, const T *__restrict__ delta, T *__restrict__ nut, const T *__restrict__ mult, const T c, const T eps, const int n)
 

Function Documentation

◆ sigma_nut_compute()

template<typename T >
__global__ void sigma_nut_compute ( const T *__restrict__  g11,
const T *__restrict__  g12,
const T *__restrict__  g13,
const T *__restrict__  g21,
const T *__restrict__  g22,
const T *__restrict__  g23,
const T *__restrict__  g31,
const T *__restrict__  g32,
const T *__restrict__  g33,
const T *__restrict__  delta,
T *__restrict__  nut,
const 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.

Here is the call graph for this function: