| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
#include <device/device_config.h>#include <device/cuda/check.h>#include "prs_res_kernel.h"#include "vel_res_update_kernel.h"Go to the source code of this file.
Functions | |
| void | pnpn_prs_res_part1_cuda (void *ta1, void *ta2, void *ta3, void *wa1, void *wa2, void *wa3, void *f_u, void *f_v, void *f_w, void *B, void *h1, real *mu, real *rho, int *n) | 
| void | pnpn_prs_res_part2_cuda (void *p_res, void *wa1, void *wa2, void *wa3, int *n) | 
| void | pnpn_prs_res_part3_cuda (void *p_res, void *ta1, void *ta2, void *ta3, real *dtbd, int *n) | 
| void | pnpn_vel_res_update_cuda (void *u_res, void *v_res, void *w_res, void *ta1, void *ta2, void *ta3, void *f_u, void *f_v, void *f_w, int *n) | 
| void pnpn_prs_res_part1_cuda | ( | void * | ta1, | 
| void * | ta2, | ||
| void * | ta3, | ||
| void * | wa1, | ||
| void * | wa2, | ||
| void * | wa3, | ||
| void * | f_u, | ||
| void * | f_v, | ||
| void * | f_w, | ||
| void * | B, | ||
| void * | h1, | ||
| real * | mu, | ||
| real * | rho, | ||
| int * | n | ||
| ) | 
Definition at line 43 of file pnpn_res.cu.


Definition at line 63 of file pnpn_res.cu.


| void pnpn_prs_res_part3_cuda | ( | void * | p_res, | 
| void * | ta1, | ||
| void * | ta2, | ||
| void * | ta3, | ||
| real * | dtbd, | ||
| int * | n | ||
| ) | 
Definition at line 77 of file pnpn_res.cu.

