Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
cdtp_kernel.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T , const int LX, const int CHUNKS>
__global__ void cdtp_kernel_1d (T *__restrict__ dtx, const T *__restrict__ x, const T *__restrict__ dr, const T *__restrict__ ds, const T *__restrict__ dt, const T *__restrict__ dxt, const T *__restrict__ dyt, const T *__restrict__ dzt, const T *__restrict__ w3)
 
template<typename T , const int LX>
__global__ void __launch_bounds__ (LX *LX, 3) cdtp_kernel_kstep(T *__restrict__ dtx
 
 for (int k=0;k< LX;++k)
 
 __syncthreads ()
 

Variables

__global__ void const T *__restrict__ x
 
__global__ void const T *__restrict__ const T *__restrict__ dr
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ ds
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dt
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dxt
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dyt
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dzt
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ w3
 
__shared__ T shdyt [LX *LX] = dyt[ij]
 
__shared__ T shdzt [LX *LX] = dzt[ij]
 
__shared__ T shtar [LX *LX]
 
__shared__ T shtas [LX *LX]
 
T rtar [LX]
 
T rtas [LX]
 
T rtat [LX]
 
const int e = blockIdx.x
 
const int j = threadIdx.y
 
const int i = threadIdx.x
 
const int ij = i + j * LX
 
const int ele = e*LX*LX*LX
 
 shdxt [ij] = dxt[ij]
 

Function Documentation

◆ __launch_bounds__()

template<typename T , const int LX>
__global__ void __launch_bounds__ ( LX LX,
 
)

◆ __syncthreads()

__syncthreads ( )
Here is the caller graph for this function:

◆ cdtp_kernel_1d()

template<typename T , const int LX, const int CHUNKS>
__global__ void cdtp_kernel_1d ( T *__restrict__  dtx,
const T *__restrict__  x,
const T *__restrict__  dr,
const T *__restrict__  ds,
const T *__restrict__  dt,
const T *__restrict__  dxt,
const T *__restrict__  dyt,
const T *__restrict__  dzt,
const T *__restrict__  w3 
)

Device kernel for \( D^T x \)

Definition at line 42 of file cdtp_kernel.h.

Here is the call graph for this function:

◆ for()

for ( )

Definition at line 138 of file cdtp_kernel.h.

Here is the call graph for this function:

Variable Documentation

◆ dr

Definition at line 107 of file cdtp_kernel.h.

◆ ds

◆ dt

◆ dxt

◆ dyt

◆ dzt

◆ e

Definition at line 126 of file cdtp_kernel.h.

◆ ele

const int ele = e*LX*LX*LX

Definition at line 130 of file cdtp_kernel.h.

◆ i

Definition at line 128 of file cdtp_kernel.h.

◆ ij

const int ij = i + j * LX

Definition at line 129 of file cdtp_kernel.h.

◆ j

const int j = threadIdx.y

Definition at line 127 of file cdtp_kernel.h.

◆ rtar

T rtar[LX]

Definition at line 122 of file cdtp_kernel.h.

◆ rtas

T rtas[LX]

Definition at line 123 of file cdtp_kernel.h.

◆ rtat

T rtat[LX]

Definition at line 124 of file cdtp_kernel.h.

◆ shdxt

shdxt[ij] = dxt[ij]

Definition at line 132 of file cdtp_kernel.h.

◆ shdyt

shdyt[ij] = dyt[ij]

Definition at line 116 of file cdtp_kernel.h.

◆ shdzt

shdzt[ij] = dzt[ij]

Definition at line 117 of file cdtp_kernel.h.

◆ shtar

__shared__ T shtar[LX *LX]

Definition at line 119 of file cdtp_kernel.h.

◆ shtas

__shared__ T shtas[LX *LX]

Definition at line 120 of file cdtp_kernel.h.

◆ w3

Initial value:
{
shdxt[ij]
__global__ void dirichlet_apply_scalar_kernel(const int *__restrict__ msk, T *__restrict__ x, const T g, const int m)

Definition at line 113 of file cdtp_kernel.h.

◆ x

Definition at line 106 of file cdtp_kernel.h.