Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Macros | |
#define | CASE(N) |
Functions | |
template<typename T , const int LX> | |
__global__ void | jacobi_kernel (T *__restrict__ du, const T *__restrict__ dxt, const T *__restrict__ dyt, const T *__restrict__ dzt, const T *__restrict__ G11, const T *__restrict__ G22, const T *__restrict__ G33, const T *__restrict__ G12, const T *__restrict__ G13, const T *__restrict__ G23, const int nel) |
void | cuda_jacobi_update (void *d, void *dxt, void *dyt, void *dzt, void *G11, void *G22, void *G33, void *G12, void *G13, void *G23, int *nel, int *lxp) |
__global__ void jacobi_kernel | ( | T *__restrict__ | du, |
const T *__restrict__ | dxt, | ||
const T *__restrict__ | dyt, | ||
const T *__restrict__ | dzt, | ||
const T *__restrict__ | G11, | ||
const T *__restrict__ | G22, | ||
const T *__restrict__ | G33, | ||
const T *__restrict__ | G12, | ||
const T *__restrict__ | G13, | ||
const T *__restrict__ | G23, | ||
const int | nel | ||
) |
Definition at line 39 of file pc_jacobi.cu.