Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Macros | |
#define | RST_CASE(LX) |
Functions | |
template<typename T , typename xT , const int LX, const int CHUNKS> | |
__global__ void | find_rst_legendre_kernel (T *__restrict__ rst, const T *pt_x, const T *pt_y, const T *pt_z, const T *x_hat, const T *y_hat, const T *z_hat, T *__restrict__ resx, T *__restrict__ resy, T *__restrict__ resz, const int *el_ids, const int n_pt, T tol, T *__restrict__ conv_pts) |
void | cuda_find_rst_legendre (void *rst, void *pt_x, void *pt_y, void *pt_z, void *x_hat, void *y_hat, void *z_hat, void *resx, void *resy, void *resz, int *lx, void *el_ids, int *n_pt, real *tol, void *conv_pts) |
void cuda_find_rst_legendre | ( | void * | rst, |
void * | pt_x, | ||
void * | pt_y, | ||
void * | pt_z, | ||
void * | x_hat, | ||
void * | y_hat, | ||
void * | z_hat, | ||
void * | resx, | ||
void * | resy, | ||
void * | resz, | ||
int * | lx, | ||
void * | el_ids, | ||
int * | n_pt, | ||
real * | tol, | ||
void * | conv_pts | ||
) |
Fortran wrapper for generating geometric factors
Definition at line 398 of file local_interpolation.cu.
__global__ void find_rst_legendre_kernel | ( | T *__restrict__ | rst, |
const T * | pt_x, | ||
const T * | pt_y, | ||
const T * | pt_z, | ||
const T * | x_hat, | ||
const T * | y_hat, | ||
const T * | z_hat, | ||
T *__restrict__ | resx, | ||
T *__restrict__ | resy, | ||
T *__restrict__ | resz, | ||
const int * | el_ids, | ||
const int | n_pt, | ||
T | tol, | ||
T *__restrict__ | conv_pts | ||
) |
Device kernel for coef drst
Definition at line 43 of file local_interpolation.cu.